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
d6a4fe00
Commit
d6a4fe00
authored
Jul 19, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
36318e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/layout/Sidebar.svelte
src/lib/components/layout/Sidebar.svelte
+2
-2
No files found.
src/lib/components/layout/Sidebar.svelte
View file @
d6a4fe00
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
<div class="px-2.5 flex justify-between space-x-1 text-gray-600 dark:text-gray-400">
<div class="px-2.5 flex justify-between space-x-1 text-gray-600 dark:text-gray-400">
<a
<a
id="sidebar-new-chat-button"
id="sidebar-new-chat-button"
class="flex flex-1 justify-between rounded-xl px-2 py-2 hover:bg-gray-100 dark:hover:bg-gray-
85
0 transition"
class="flex flex-1 justify-between rounded-xl px-2 py-2 hover:bg-gray-100 dark:hover:bg-gray-
90
0 transition"
href="/"
href="/"
draggable="false"
draggable="false"
on:click={async () => {
on:click={async () => {
...
@@ -282,7 +282,7 @@
...
@@ -282,7 +282,7 @@
</a>
</a>
<button
<button
class=" cursor-pointer px-2 py-2 flex rounded-xl hover:bg-gray-100 dark:hover:bg-gray-
85
0 transition"
class=" cursor-pointer px-2 py-2 flex rounded-xl hover:bg-gray-100 dark:hover:bg-gray-
90
0 transition"
on:click={() => {
on:click={() => {
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