fix: nudge attachment menu slightly more to the left

This commit is contained in:
Bruno Deanoz 2026-06-21 18:59:11 +02:00
parent 5c646ae4a1
commit b0a7cc37aa

View file

@ -557,7 +557,7 @@ fun ChatScreen(
visible = showAttachMenu,
modifier = Modifier
.align(Alignment.BottomStart)
.padding(start = 20.dp, bottom = 140.dp),
.padding(start = 14.dp, bottom = 140.dp),
enter = androidx.compose.animation.fadeIn() + androidx.compose.animation.slideInVertically { it / 2 },
exit = androidx.compose.animation.fadeOut() + androidx.compose.animation.slideOutVertically { it / 2 },
) {