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
d88cc600
"...resnet50_tensorflow.git" did not exist on "828079935730130d1a9782b196d1718cf520501a"
Commit
d88cc600
authored
May 14, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
370f1824
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/lib/components/layout/Navbar.svelte
src/lib/components/layout/Navbar.svelte
+2
-2
src/lib/components/layout/Sidebar.svelte
src/lib/components/layout/Sidebar.svelte
+1
-1
No files found.
src/lib/components/layout/Navbar.svelte
View file @
d88cc600
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
{#if !shareEnabled}
{#if !shareEnabled}
<Tooltip content={$i18n.t('Settings')}>
<Tooltip content={$i18n.t('Settings')}>
<button
<button
class="cursor-pointer px-2 py-2
flex
rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
class="
hidden md:flex
cursor-pointer px-2 py-2 rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
id="open-settings-button"
id="open-settings-button"
on:click={async () => {
on:click={async () => {
await showSettings.set(!$showSettings);
await showSettings.set(!$showSettings);
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
}}
}}
>
>
<button
<button
class="cursor-pointer px-2 py-2
flex
rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
class="
hidden md:flex
cursor-pointer px-2 py-2 rounded-xl hover:bg-gray-100 dark:hover:bg-gray-850 transition"
>
>
<div class=" m-auto self-center">
<div class=" m-auto self-center">
<svg
<svg
...
...
src/lib/components/layout/Sidebar.svelte
View file @
d88cc600
...
@@ -187,7 +187,7 @@
...
@@ -187,7 +187,7 @@
{#if $showSidebar}
{#if $showSidebar}
<div
<div
class=" fixed md:hidden z-
1
0 top-0 right-0 left-0 bottom-0 bg-black/60 w-full min-h-screen h-screen flex justify-center overflow-hidden overscroll-contain"
class=" fixed md:hidden z-
4
0 top-0 right-0 left-0 bottom-0 bg-black/60 w-full min-h-screen h-screen flex justify-center overflow-hidden overscroll-contain"
on:mousedown={() => {
on:mousedown={() => {
showSidebar.set(!$showSidebar);
showSidebar.set(!$showSidebar);
}}
}}
...
...
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