mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: styling
This commit is contained in:
parent
8b9c5c4c1e
commit
d2fa66bb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@
|
||||||
>
|
>
|
||||||
{#if $settings?.displayMultiModelResponsesInTabs ?? false}
|
{#if $settings?.displayMultiModelResponsesInTabs ?? false}
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<div class=" flex w-full mb-4 border-b border-gray-200 dark:border-gray-850">
|
<div class=" flex w-full mb-4.5 border-b border-gray-200 dark:border-gray-850">
|
||||||
<div
|
<div
|
||||||
class="flex gap-2 scrollbar-none overflow-x-auto w-fit text-center font-medium bg-transparent pt-1 text-sm"
|
class="flex gap-2 scrollbar-none overflow-x-auto w-fit text-center font-medium bg-transparent pt-1 text-sm"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue