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
3f8af02a
Commit
3f8af02a
authored
Jul 08, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
c9f5029a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/common/Banner.svelte
src/lib/components/common/Banner.svelte
+2
-2
No files found.
src/lib/components/common/Banner.svelte
View file @
3f8af02a
...
@@ -110,13 +110,13 @@
...
@@ -110,13 +110,13 @@
</div>
</div>
</div>
</div>
{/if}
{/if}
<div class="flex self-
start
">
<div class="flex self-
center
">
{#if banner.dismissible}
{#if banner.dismissible}
<button
<button
on:click={() => {
on:click={() => {
dismiss(banner.id);
dismiss(banner.id);
}}
}}
class=" -m
t-[3px]
ml-1.5 mr-1 text-gray-400 dark:hover:text-white
h-1
">×</button
class=" -m
y-2
ml-1.5 mr-1 text-gray-400 dark:hover:text-white">×</button
>
>
{/if}
{/if}
</div>
</div>
...
...
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