forked from open-webui/open-webui
refac: styling
This commit is contained in:
parent
ebc6a269d3
commit
b7fcf14f6e
13 changed files with 259 additions and 33 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
<Modal bind:show>
|
||||
<div>
|
||||
<div class=" flex justify-between dark:text-gray-300 px-5 py-4">
|
||||
<div class=" flex justify-between dark:text-gray-300 px-5 pt-4 pb-2">
|
||||
<div class=" text-lg font-medium self-center">{$i18n.t('Admin Settings')}</div>
|
||||
<button
|
||||
class="self-center"
|
||||
|
@ -35,7 +35,6 @@
|
|||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
<hr class=" dark:border-gray-800" />
|
||||
|
||||
<div class="flex flex-col md:flex-row w-full p-4 md:space-x-4">
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue