Fixes max width of hidden notes

This commit is contained in:
Vitor Pamplona 2024-04-09 12:15:27 -04:00
parent 00a9c49915
commit bb2fb2b103

View File

@ -363,7 +363,7 @@ fun NoteMaster(
reports,
note.author?.let { account.isHidden(it) } ?: false,
accountViewModel,
Modifier,
Modifier.fillMaxWidth(),
nav,
onClick = { showHiddenNote = true },
)