mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-10 21:54:10 +01:00
Fix layout issue in the composer
This commit is contained in:
parent
0501ce9828
commit
b3af5f1c45
@ -64,7 +64,7 @@ struct StatusEditorAccessoryView: View {
|
||||
.padding(.leading, 16)
|
||||
}
|
||||
#else
|
||||
ScrollView(.horizontal) {
|
||||
ScrollView(.horizontal, showsIndicators: false) {
|
||||
HStack(alignment: .center, spacing: 16) {
|
||||
actionsView
|
||||
}
|
||||
|
@ -160,6 +160,6 @@ struct StatusEditorAutoCompleteView: View {
|
||||
}
|
||||
.padding(.horizontal, .layoutPadding)
|
||||
}
|
||||
.frame(height: 250)
|
||||
.frame(height: 200)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user