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
1157b8e1
Commit
1157b8e1
authored
Apr 30, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
f6539448
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lib/components/chat/Messages/Placeholder.svelte
src/lib/components/chat/Messages/Placeholder.svelte
+3
-3
No files found.
src/lib/components/chat/Messages/Placeholder.svelte
View file @
1157b8e1
...
...
@@ -27,7 +27,7 @@
<div class=" my-auto text-center pb-10 md:pb-24">
<div class="m-auto max-w-3xl px-8">
<div class="flex justify-start mt-8">
<div class="flex -space-x-4 mb-
1
">
<div class="flex -space-x-4 mb-
0.5
">
{#each models as model, modelIdx}
<button
on:click={() => {
...
...
@@ -38,7 +38,7 @@
<img
src={modelfiles[model]?.imageUrl ?? `${WEBUI_BASE_URL}/static/favicon.png`}
alt="modelfile"
class=" size-
12
rounded-full border-[1px] border-gray-200 dark:border-none"
class=" size-
[2.7rem]
rounded-full border-[1px] border-gray-200 dark:border-none"
draggable="false"
/>
{:else}
...
...
@@ -46,7 +46,7 @@
src={$i18n.language === 'dg-DG'
? `/doge.png`
: `${WEBUI_BASE_URL}/static/favicon.png`}
class=" size-
12
rounded-full border-[1px] border-gray-200 dark:border-none"
class=" size-
[2.7rem]
rounded-full border-[1px] border-gray-200 dark:border-none"
alt="logo"
draggable="false"
/>
...
...
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