fix: issue in which the message box and sidebar are not aligned
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
5736aec64d
commit
b82bd490e1
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue