fix: move attachment menu closer to left edge

This commit is contained in:
Bruno Deanoz 2026-06-21 19:00:23 +02:00
parent b0a7cc37aa
commit b94a0a8845

View file

@ -557,7 +557,7 @@ fun ChatScreen(
visible = showAttachMenu,
modifier = Modifier
.align(Alignment.BottomStart)
.padding(start = 14.dp, bottom = 140.dp),
.padding(start = 6.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 },
) {