mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Optimize layout
This commit is contained in:
@@ -167,15 +167,12 @@ fun ChatInput(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Column(
|
|
||||||
Modifier.windowInsetsPadding(WindowInsets.navigationBars)
|
|
||||||
) {
|
|
||||||
// Input field with blur
|
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.background(Color.Transparent)
|
.background(Color.Transparent)
|
||||||
.padding(horizontal = 8.dp, vertical = 8.dp)
|
.windowInsetsPadding(WindowInsets.navigationBars)
|
||||||
|
.padding(start = 8.dp, end = 8.dp, bottom = 8.dp)
|
||||||
) {
|
) {
|
||||||
val shape = RoundedCornerShape(24.dp)
|
val shape = RoundedCornerShape(24.dp)
|
||||||
|
|
||||||
@@ -273,4 +270,3 @@ fun ChatInput(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user