mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-05 13:28:50 +00:00
Fix layout issue in the composer
This commit is contained in:
parent
0501ce9828
commit
b3af5f1c45
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ struct StatusEditorAccessoryView: View {
|
||||||
.padding(.leading, 16)
|
.padding(.leading, 16)
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
ScrollView(.horizontal) {
|
ScrollView(.horizontal, showsIndicators: false) {
|
||||||
HStack(alignment: .center, spacing: 16) {
|
HStack(alignment: .center, spacing: 16) {
|
||||||
actionsView
|
actionsView
|
||||||
}
|
}
|
||||||
|
|
|
@ -160,6 +160,6 @@ struct StatusEditorAutoCompleteView: View {
|
||||||
}
|
}
|
||||||
.padding(.horizontal, .layoutPadding)
|
.padding(.horizontal, .layoutPadding)
|
||||||
}
|
}
|
||||||
.frame(height: 250)
|
.frame(height: 200)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue