Adjust maxwidth

This commit is contained in:
Ethan Pippin 2021-10-15 01:13:09 -06:00
parent b046331936
commit 9e2089198e
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)