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
934af898
Commit
934af898
authored
Feb 23, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
476e8f00
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/ChangelogModal.svelte
src/lib/components/ChangelogModal.svelte
+2
-2
No files found.
src/lib/components/ChangelogModal.svelte
View file @
934af898
...
@@ -78,12 +78,12 @@
...
@@ -78,12 +78,12 @@
? 'text-white bg-yellow-600'
? 'text-white bg-yellow-600'
: section === 'removed'
: section === 'removed'
? 'text-white bg-red-600'
? 'text-white bg-red-600'
: ''} w-fit px-3 rounded-full my-2"
: ''} w-fit px-3 rounded-full my-2
.5
"
>
>
{section}
{section}
</div>
</div>
<div class="my-
1
.5 px-1.5">
<div class="my-
2
.5 px-1.5">
{#each Object.keys(changelog[version][section]) as item}
{#each Object.keys(changelog[version][section]) as item}
<div class="text-sm mb-2">
<div class="text-sm mb-2">
<div class="font-semibold uppercase">
<div class="font-semibold uppercase">
...
...
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