mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
fixes misaligned mute card on notifications
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ fun NoteCardCompose(
|
||||
) {
|
||||
NoteCompose(
|
||||
baseNote = baseNote.note,
|
||||
modifier = modifier,
|
||||
modifier = modifier.fillMaxWidth(),
|
||||
routeForLastRead = routeForLastRead,
|
||||
isBoostedNote = isBoostedNote,
|
||||
isQuotedNote = isQuotedNote,
|
||||
|
||||
Reference in New Issue
Block a user