Adjust maxwidth
This commit is contained in:
parent
b046331936
commit
9e2089198e
|
@ -77,7 +77,7 @@ struct ServerListView: View {
|
|||
ZStack {
|
||||
Rectangle()
|
||||
.foregroundColor(Color.jellyfinPurple)
|
||||
.frame(maxWidth: 500, maxHeight: 50)
|
||||
.frame(maxWidth: 400, maxHeight: 50)
|
||||
.frame(height: 50)
|
||||
.cornerRadius(10)
|
||||
.padding([.leading, .trailing], 30)
|
||||
|
|
|
@ -66,7 +66,7 @@ struct UserListView: View {
|
|||
ZStack {
|
||||
Rectangle()
|
||||
.foregroundColor(Color.jellyfinPurple)
|
||||
.frame(maxWidth: 500, maxHeight: 50)
|
||||
.frame(maxWidth: 400, maxHeight: 50)
|
||||
.frame(height: 50)
|
||||
.cornerRadius(10)
|
||||
.padding([.leading, .trailing], 30)
|
||||
|
|
Loading…
Reference in New Issue