Fixes not centered Blank Notes
This commit is contained in:
@@ -254,7 +254,7 @@ private fun FeedLoaded(
|
|||||||
NoteCompose(
|
NoteCompose(
|
||||||
item,
|
item,
|
||||||
routeForLastRead = routeForLastRead,
|
routeForLastRead = routeForLastRead,
|
||||||
modifier = Modifier,
|
modifier = Modifier.fillMaxWidth(),
|
||||||
isBoostedNote = false,
|
isBoostedNote = false,
|
||||||
isHiddenFeed = state.showHidden.value,
|
isHiddenFeed = state.showHidden.value,
|
||||||
quotesLeft = 3,
|
quotesLeft = 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user