File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ struct ContentView: View {
82
82
selectedServer: server,
83
83
onLoginSuccess: {
84
84
needsRefresh = true
85
+ showSidebarButton = false
85
86
}
86
87
)
87
88
. id ( server. url)
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ struct LoginView: View {
175
175
HStack {
176
176
Text ( isLoggingIn ? " Logging in... " : " Login " )
177
177
}
178
- . frame ( maxWidth: . infinity )
178
+ . frame ( maxWidth: 300 )
179
179
. padding ( )
180
180
. background ( . gray)
181
181
. foregroundColor ( . white)
@@ -199,7 +199,7 @@ struct LoginView: View {
199
199
HStack {
200
200
Text ( " \( method. name. capitalized) Login " )
201
201
}
202
- . frame ( maxWidth: . infinity )
202
+ . frame ( maxWidth: 300 )
203
203
. padding ( )
204
204
. background ( . indigo)
205
205
. foregroundColor ( . white)
You can’t perform that action at this time.
0 commit comments