mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user