feat: Adjust bottom padding in ChatDetailScreen for improved input visibility
This commit is contained in:
@@ -1084,7 +1084,7 @@ fun ChatDetailScreen(
|
|||||||
start = 8.dp,
|
start = 8.dp,
|
||||||
end = 8.dp,
|
end = 8.dp,
|
||||||
top = 8.dp,
|
top = 8.dp,
|
||||||
bottom = 8.dp
|
bottom = 72.dp // 🔥 Отступ снизу для инпута
|
||||||
),
|
),
|
||||||
reverseLayout = true
|
reverseLayout = true
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user