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
0bc46b19
"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "d05cc61a3835d7dea27388f870916ae05ad96131"
Commit
0bc46b19
authored
Jul 08, 2024
by
Timothy J. Baek
Browse files
refac
parent
3f8af02a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/lib/components/common/Banner.svelte
src/lib/components/common/Banner.svelte
+3
-2
No files found.
src/lib/components/common/Banner.svelte
View file @
0bc46b19
...
@@ -110,13 +110,14 @@
...
@@ -110,13 +110,14 @@
</div>
</div>
</div>
</div>
{/if}
{/if}
<div class="flex self-
center
">
<div class="flex self-
start
">
{#if banner.dismissible}
{#if banner.dismissible}
<button
<button
on:click={() => {
on:click={() => {
dismiss(banner.id);
dismiss(banner.id);
}}
}}
class=" -my-2 ml-1.5 mr-1 text-gray-400 dark:hover:text-white">×</button
class=" -mt-1 -mb-2 -translate-y-[1px] 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