diff --git a/Swiftfin/Views/ServerListView.swift b/Swiftfin/Views/ServerListView.swift index e561acd4..fc47f664 100644 --- a/Swiftfin/Views/ServerListView.swift +++ b/Swiftfin/Views/ServerListView.swift @@ -26,7 +26,6 @@ struct ServerListView: View { ZStack(alignment: Alignment.leading) { Rectangle() .foregroundColor(Color(UIColor.secondarySystemFill)) - .frame(height: 100) .cornerRadius(10) HStack(spacing: 10) { @@ -48,7 +47,7 @@ struct ServerListView: View { .font(.footnote) .foregroundColor(.primary) } - }.padding([.leading]) + }.padding() } .padding() } diff --git a/Translations/en.lproj/Localizable.strings b/Translations/en.lproj/Localizable.strings index 7a7a17a8..48c1114e 100644 Binary files a/Translations/en.lproj/Localizable.strings and b/Translations/en.lproj/Localizable.strings differ