mirror of
https://github.com/open-webui/open-webui
synced 2025-04-18 21:38:28 +00:00
fix: hide show username interface option
This commit is contained in:
parent
8dac4e91a5
commit
9a92ae78c8
@ -217,6 +217,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if !$settings.chatBubble}
|
||||
<div>
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
<div class=" self-center text-xs font-medium">
|
||||
@ -238,6 +239,7 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div>
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
|
@ -18,7 +18,7 @@
|
||||
} else if (size === 'md') {
|
||||
return 'w-[48rem]';
|
||||
} else {
|
||||
return 'w-[50rem]';
|
||||
return 'w-[52rem]';
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user