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
acbdb05b
Commit
acbdb05b
authored
Jul 30, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
0ced153f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
src/lib/components/common/Collapsible.svelte
src/lib/components/common/Collapsible.svelte
+0
-8
No files found.
src/lib/components/common/Collapsible.svelte
View file @
acbdb05b
...
...
@@ -29,18 +29,10 @@
</button>
{:else}
<button on:click={() => (open = !open)}>
<slot />
<div
class="flex items-center gap-2 text-gray-500 hover:text-gray-700 dark:hover:text-gray-300 transition"
>
<slot />
{#if open}
<ChevronUp strokeWidth="3.5" className="size-3.5 " />
{:else}
<ChevronDown strokeWidth="3.5" className="size-3.5 " />
{/if}
</div>
</button>
{/if}
...
...
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