Fix margins when summary is not available.

pull/461/head
Vitor Pamplona 2023-06-20 18:58:56 -04:00
rodzic 2a47cd4fd1
commit 80a9a2a712
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -198,7 +198,7 @@ private fun FeedLoaded(
channelHex = item.idHex,
showVideo = false,
showBottomDiviser = true,
modifier = Modifier.padding(start = 10.dp, end = 10.dp, bottom = 10.dp),
modifier = Modifier.padding(start = 10.dp, end = 10.dp, top = 5.dp, bottom = 5.dp),
accountViewModel = accountViewModel,
nav = nav
)