fix: move attachment menu closer to left edge
This commit is contained in:
parent
b0a7cc37aa
commit
b94a0a8845
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ fun ChatScreen(
|
||||||
visible = showAttachMenu,
|
visible = showAttachMenu,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.align(Alignment.BottomStart)
|
.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 },
|
enter = androidx.compose.animation.fadeIn() + androidx.compose.animation.slideInVertically { it / 2 },
|
||||||
exit = androidx.compose.animation.fadeOut() + androidx.compose.animation.slideOutVertically { it / 2 },
|
exit = androidx.compose.animation.fadeOut() + androidx.compose.animation.slideOutVertically { it / 2 },
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue