mirror of
https://github.com/open-webui/open-webui
synced 2025-02-07 13:34:55 +00:00
fix: styling
This commit is contained in:
parent
3b6acaa513
commit
9d4c07b76a
@ -76,7 +76,7 @@
|
|||||||
<div class=" flex justify-between">
|
<div class=" flex justify-between">
|
||||||
<div class="flex flex-row flex-1 border rounded-xl dark:border-gray-800">
|
<div class="flex flex-row flex-1 border rounded-xl dark:border-gray-800">
|
||||||
<select
|
<select
|
||||||
class="w-fit capitalize rounded-xl py-2 px-4 text-xs bg-transparent outline-none"
|
class="w-fit capitalize rounded-xl py-2 px-4 text-xs bg-transparent outline-none text-gray-900"
|
||||||
bind:value={banner.type}
|
bind:value={banner.type}
|
||||||
>
|
>
|
||||||
{#if banner.type == ''}
|
{#if banner.type == ''}
|
||||||
|
Loading…
Reference in New Issue
Block a user