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
411e6c2f
"tools/vscode:/vscode.git/clone" did not exist on "52aa66a83bce24e70540a3ce70cf99739efe21e0"
Commit
411e6c2f
authored
Jun 07, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
369816ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/routes/(app)/admin/+layout.svelte
src/routes/(app)/admin/+layout.svelte
+1
-1
No files found.
src/routes/(app)/admin/+layout.svelte
View file @
411e6c2f
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
class="flex scrollbar-none overflow-x-auto w-fit text-center text-sm font-medium rounded-xl bg-transparent/10 p-1"
class="flex scrollbar-none overflow-x-auto w-fit text-center text-sm font-medium rounded-xl bg-transparent/10 p-1"
>
>
<a
<a
class="min-w-fit rounded-lg p-1.5 px-3 {$page.url.pathname
=== '/admin'
class="min-w-fit rounded-lg p-1.5 px-3 {
['/admin', '/admin/'].includes(
$page.url.pathname
)
? 'bg-gray-50 dark:bg-gray-850'
? 'bg-gray-50 dark:bg-gray-850'
: ''} transition"
: ''} transition"
href="/admin">{$i18n.t('Dashboard')}</a
href="/admin">{$i18n.t('Dashboard')}</a
...
...
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