mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix: styling
This commit is contained in:
parent
c42507e0c7
commit
21d3557f1c
@ -21,11 +21,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex w-full">
|
<div class="flex w-full">
|
||||||
<div class="flex-1 text-xs text-gray-700 dark:text-gray-200">
|
<div class="flex-1 text-xs text-gray-700 dark:text-gray-200 flex space-x-1.5 items-center">
|
||||||
v{WEB_UI_VERSION}
|
<div>
|
||||||
|
v{WEB_UI_VERSION}
|
||||||
|
</div>
|
||||||
|
|
||||||
<button
|
<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={() => {
|
on:click={() => {
|
||||||
showChangelog.set(true);
|
showChangelog.set(true);
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user