mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
Merge branch 'krille/fix-design-glitch' into 'main'
fix: Design gltich with floating cancel button over textfield See merge request famedly/fluffychat!855
This commit is contained in:
commit
6be9775000
@ -18,6 +18,8 @@ class ReplyDisplay extends StatelessWidget {
|
|||||||
height: controller.editEvent != null || controller.replyEvent != null
|
height: controller.editEvent != null || controller.replyEvent != null
|
||||||
? 56
|
? 56
|
||||||
: 0,
|
: 0,
|
||||||
|
clipBehavior: Clip.hardEdge,
|
||||||
|
decoration: const BoxDecoration(),
|
||||||
child: Material(
|
child: Material(
|
||||||
color: Theme.of(context).secondaryHeaderColor,
|
color: Theme.of(context).secondaryHeaderColor,
|
||||||
child: Row(
|
child: Row(
|
||||||
|
Loading…
Reference in New Issue
Block a user