🐛 Bug fixes
This commit is contained in:
		| @@ -121,9 +121,11 @@ class _NotificationScreenState extends State<NotificationScreen> { | ||||
|                                           Badge( | ||||
|                                             label: Row( | ||||
|                                               children: [ | ||||
|                                                 const Icon( | ||||
|                                                 Icon( | ||||
|                                                   Icons.new_releases_outlined, | ||||
|                                                   color: Colors.white, | ||||
|                                                   color: Theme.of(context) | ||||
|                                                       .colorScheme | ||||
|                                                       .onSurface, | ||||
|                                                   size: 12, | ||||
|                                                 ), | ||||
|                                                 const Gap(4), | ||||
|   | ||||
| @@ -420,7 +420,8 @@ class AttachmentListEntry extends StatelessWidget { | ||||
|               }, | ||||
|             ), | ||||
|             if (item!.isMature && !showMature) | ||||
|               BackdropFilter( | ||||
|               ClipRect( | ||||
|                 child: BackdropFilter( | ||||
|                   filter: ImageFilter.blur(sigmaX: 100, sigmaY: 100), | ||||
|                   child: Container( | ||||
|                     decoration: BoxDecoration( | ||||
| @@ -428,6 +429,7 @@ class AttachmentListEntry extends StatelessWidget { | ||||
|                     ), | ||||
|                   ), | ||||
|                 ), | ||||
|               ), | ||||
|             if (item!.isMature && !showMature) | ||||
|               CenteredContainer( | ||||
|                 maxWidth: 280, | ||||
|   | ||||
| @@ -137,7 +137,7 @@ class _PostItemState extends State<PostItem> { | ||||
|               padding: widget.padding, | ||||
|               isCompact: true, | ||||
|               isNonScrollAttachment: widget.isNonScrollAttachment, | ||||
|             ).paddingOnly(left: 14, top: 4), | ||||
|             ).paddingOnly(top: 4), | ||||
|         ], | ||||
|       ); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user