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
21d3557f
"docs/vscode:/vscode.git/clone" did not exist on "c4ed2a35c244eb9800a76dca15f3988dd6b9ba73"
Commit
21d3557f
authored
Feb 23, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
c42507e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/lib/components/chat/Settings/About.svelte
src/lib/components/chat/Settings/About.svelte
+5
-3
No files found.
src/lib/components/chat/Settings/About.svelte
View file @
21d3557f
...
...
@@ -21,11 +21,13 @@
</div>
</div>
<div class="flex w-full">
<div class="flex-1 text-xs text-gray-700 dark:text-gray-200">
v{WEB_UI_VERSION}
<div class="flex-1 text-xs text-gray-700 dark:text-gray-200 flex space-x-1.5 items-center">
<div>
v{WEB_UI_VERSION}
</div>
<button
class="
mt-1
underline flex items-center space-x-1 text-xs text-gray-600 dark:text-gray-400"
class=" underline flex items-center space-x-1 text-xs text-gray-600 dark:text-gray-400"
on:click={() => {
showChangelog.set(true);
}}
...
...
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