File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
desktopApp/src/main/kotlin/dev/dimension/flare/ui/screen/status Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,13 @@ internal fun VVOStatusScreen(
8181 modifier =
8282 Modifier
8383 .verticalScroll(rememberScrollState())
84- .width(432 .dp)
84+ .width(350 .dp)
8585 .padding(PaddingValues (horizontal = screenHorizontalPadding))
8686 .padding(LocalWindowPadding .current),
8787 )
8888 LazyStatusVerticalStaggeredGrid (
8989 contentPadding = LocalWindowPadding .current,
90+ modifier = Modifier .weight(1f ),
9091 ) {
9192 reactionContent(
9293 comment = state.comment,
@@ -126,6 +127,7 @@ private fun StatusContent(
126127 StatusItem (
127128 item = status,
128129 detailStatusKey = detailStatusKey,
130+ modifier = modifier,
129131// modifier =
130132// modifier.sharedBounds(
131133// rememberSharedContentState(key = status.itemKey),
You can’t perform that action at this time.
0 commit comments