fix: increase chat content padding to prevent overlap with top/bottom bars
This commit is contained in:
parent
10154d98bb
commit
fbead82ada
1 changed files with 2 additions and 2 deletions
|
|
@ -858,8 +858,8 @@ fun ChatScreen(
|
|||
.fillMaxSize()
|
||||
.then(if (isTablet) Modifier.widthIn(max = 720.dp) else Modifier),
|
||||
contentPadding = PaddingValues(
|
||||
top = 76.dp, // Leaves breathing room for the floating top menu button
|
||||
bottom = 220.dp, // Clears the floating ModePills + two-row ChatInput + bottom margins
|
||||
top = 100.dp,
|
||||
bottom = 260.dp,
|
||||
start = 16.dp,
|
||||
end = 16.dp
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue