mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
fix: hide show username interface option
This commit is contained in:
parent
8dac4e91a5
commit
9a92ae78c8
2 changed files with 22 additions and 20 deletions
|
|
@ -217,6 +217,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{#if !$settings.chatBubble}
|
||||||
<div>
|
<div>
|
||||||
<div class=" py-0.5 flex w-full justify-between">
|
<div class=" py-0.5 flex w-full justify-between">
|
||||||
<div class=" self-center text-xs font-medium">
|
<div class=" self-center text-xs font-medium">
|
||||||
|
|
@ -238,6 +239,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class=" py-0.5 flex w-full justify-between">
|
<div class=" py-0.5 flex w-full justify-between">
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
} else if (size === 'md') {
|
} else if (size === 'md') {
|
||||||
return 'w-[48rem]';
|
return 'w-[48rem]';
|
||||||
} else {
|
} else {
|
||||||
return 'w-[50rem]';
|
return 'w-[52rem]';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue