fix: issue in which the message box and sidebar are not aligned

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-01-28 17:54:20 +01:00
parent 5736aec64d
commit b82bd490e1
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ fun ChannelScreen(
.padding( .padding(
start = 16.dp, start = 16.dp,
end = 16.dp, end = 16.dp,
bottom = 16.dp, bottom = 8.dp,
top = 8.dp top = 8.dp
) )
.clip(MaterialTheme.shapes.medium) .clip(MaterialTheme.shapes.medium)