mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59: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
|
||||
? 56
|
||||
: 0,
|
||||
clipBehavior: Clip.hardEdge,
|
||||
decoration: const BoxDecoration(),
|
||||
child: Material(
|
||||
color: Theme.of(context).secondaryHeaderColor,
|
||||
child: Row(
|
||||
|
Loading…
Reference in New Issue
Block a user