mirror of
https://github.com/open-webui/open-webui
synced 2025-06-04 03:37:35 +00:00
refac: styling
This commit is contained in:
parent
75fae69def
commit
5e70afc054
@ -418,13 +418,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Tooltip content="Save">
|
|
||||||
<button
|
<button
|
||||||
class="self-center w-fit text-sm py-1 px-2.5 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-lg"
|
class="self-center w-fit text-sm py-1 px-2.5 dark:text-gray-300 dark:hover:text-white hover:bg-black/5 dark:hover:bg-white/5 rounded-lg"
|
||||||
>
|
>
|
||||||
Save
|
{$i18n.t('Save')}
|
||||||
</button>
|
</button>
|
||||||
</Tooltip>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<div class="w-full mt-1">
|
<div class="w-full mt-1">
|
||||||
<input
|
<input
|
||||||
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
|
class="w-full rounded-lg py-2 px-4 text-sm bg-white dark:text-gray-300 dark:bg-gray-850 outline-none"
|
||||||
type="text"
|
type="text"
|
||||||
bind:value={name}
|
bind:value={name}
|
||||||
placeholder={`Name your content`}
|
placeholder={`Name your content`}
|
||||||
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
<div class=" w-full mt-1">
|
<div class=" w-full mt-1">
|
||||||
<textarea
|
<textarea
|
||||||
class="w-full resize-none rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
|
class="w-full resize-none rounded-lg py-2 px-4 text-sm bg-whites dark:text-gray-300 dark:bg-gray-850 outline-none"
|
||||||
rows="10"
|
rows="10"
|
||||||
bind:value={content}
|
bind:value={content}
|
||||||
placeholder={`Write your content here`}
|
placeholder={`Write your content here`}
|
||||||
|
Loading…
Reference in New Issue
Block a user