feat: Adjust bottom padding in ChatDetailScreen for improved input visibility

This commit is contained in:
k1ngsterr1
2026-01-13 23:48:26 +05:00
parent 3c50c79701
commit 74325f006b

View File

@@ -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
) { ) {