From d474bb00164ede7e2d9ad703cf0a48f2cbf02888 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 5 Mar 2025 15:37:57 -0500 Subject: [PATCH] fixes misaligned mute card on notifications --- .../amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt index 2fa9ebae1..506544250 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt @@ -283,7 +283,7 @@ fun NoteCardCompose( ) { NoteCompose( baseNote = baseNote.note, - modifier = modifier, + modifier = modifier.fillMaxWidth(), routeForLastRead = routeForLastRead, isBoostedNote = isBoostedNote, isQuotedNote = isQuotedNote,