Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
47c76ab5
Commit
47c76ab5
authored
Jul 08, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
37285b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+2
-2
No files found.
src/routes/auth/+page.svelte
View file @
47c76ab5
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
</div>
</div>
</div>
</div>
<div class=" bg-white dark:bg-gray-950 min-h-screen w-full flex justify-center font-
mona
">
<div class=" bg-white dark:bg-gray-950 min-h-screen w-full flex justify-center font-
primary
">
<!-- <div class="hidden lg:flex lg:flex-1 px-10 md:px-16 w-full bg-yellow-50 justify-center">
<!-- <div class="hidden lg:flex lg:flex-1 px-10 md:px-16 w-full bg-yellow-50 justify-center">
<div class=" my-auto pb-16 text-left">
<div class=" my-auto pb-16 text-left">
<div>
<div>
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
{#if ($config?.features.auth_trusted_header ?? false) || $config?.features.auth === false}
{#if ($config?.features.auth_trusted_header ?? false) || $config?.features.auth === false}
<div class=" my-auto pb-10 w-full">
<div class=" my-auto pb-10 w-full">
<div
<div
class="flex items-center justify-center gap-3 text-xl sm:text-2xl text-center font-
medium
dark:text-gray-200"
class="flex items-center justify-center gap-3 text-xl sm:text-2xl text-center font-
semibold
dark:text-gray-200"
>
>
<div>
<div>
{$i18n.t('Signing in')}
{$i18n.t('Signing in')}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment