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
56c4ee0f
Commit
56c4ee0f
authored
Feb 22, 2024
by
Jannik Streidl
Browse files
styling fix
parent
230f787d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
18 deletions
+17
-18
src/lib/components/chat/Settings/Interface.svelte
src/lib/components/chat/Settings/Interface.svelte
+17
-18
No files found.
src/lib/components/chat/Settings/Interface.svelte
View file @
56c4ee0f
...
@@ -184,25 +184,24 @@
...
@@ -184,25 +184,24 @@
</button>
</button>
</div>
</div>
</div>
</div>
</div>
<div>
<div class=" py-0.5 flex w-full justify-between">
<div>
<div class=" self-center text-xs font-medium">Show "WhatsChanged" Modal on Startup</div>
<div class=" py-0.5 flex w-full justify-between">
<div class=" self-center text-xs font-medium">Show "WhatsChanged" Modal on Startup</div>
<button
<button
class="p-1 px-3 text-xs flex rounded transition"
class="p-1 px-3 text-xs flex rounded transition"
on:click={() => {
on:click={() => {
toggleenableWhatsChanged();
toggleenableWhatsChanged();
}}
}}
type="button"
type="button"
>
>
{#if enableWhatsChanged === true}
{#if enableWhatsChanged === true}
<span class="ml-2 self-center">On</span>
<span class="ml-2 self-center">On</span>
{:else}
{:else}
<span class="ml-2 self-center">Off</span>
<span class="ml-2 self-center">Off</span>
{/if}
{/if}
</button>
</button>
</div>
</div>
</div>
</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