File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 172
172
}}
173
173
/ >
174
174
175
- < div class = " w-full h-screen max-h-[100dvh] text-white relative" >
175
+ < div class = " w-full h-screen max-h-[100dvh] text-white relative" id = " auth-page " >
176
176
< div class = " w-full h-full absolute top-0 left-0 bg-white dark:bg-black" >< / div>
177
177
178
178
< div class = " w-full absolute top-0 left-0 right-0 h-8 drag-region" / >
179
179
180
180
{#if loaded}
181
- < div class = " fixed m-10 z-50" >
182
- < div class = " flex space-x-2" >
183
- < div class = " self-center" >
184
- < img
185
- id= " logo"
186
- crossorigin= " anonymous"
187
- src= " {WEBUI_BASE_URL}/static/favicon.png"
188
- class = " w-6 rounded-full"
189
- alt= " "
190
- / >
191
- < / div>
192
- < / div>
193
- < / div>
181
+
194
182
195
183
< div
196
184
class = " fixed bg-transparent min-h-screen w-full flex justify-center font-primary z-50 text-black dark:text-white"
185
+ id= " auth-container"
197
186
>
198
187
< div class = " w-full px-10 min-h-screen flex flex-col text-center" >
199
188
{#if ($config? .features .auth_trusted_header ?? false ) || $config? .features .auth === false }
515
504
{/ if }
516
505
< / div>
517
506
< / div>
507
+
508
+ < div class = " fixed m-10 z-50" >
509
+ < div class = " flex space-x-2" >
510
+ < div class = " self-center" >
511
+ < img
512
+ id= " logo"
513
+ crossorigin= " anonymous"
514
+ src= " {WEBUI_BASE_URL}/static/favicon.png"
515
+ class = " w-6 rounded-full"
516
+ alt= " "
517
+ / >
518
+ < / div>
519
+ < / div>
520
+ < / div>
518
521
{/ if }
519
522
< / div>
You can’t perform that action at this time.
0 commit comments