mirror of
https://github.com/open-webui/open-webui
synced 2025-02-23 13:51:07 +00:00
refac: styling
This commit is contained in:
parent
3b7926f00d
commit
1ab66e83c6
@ -88,7 +88,7 @@
|
|||||||
onMount(() => {});
|
onMount(() => {});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="m-auto w-full max-w-6xl px-2 @xl:px-20 translate-y-6 py-24 text-center">
|
<div class="m-auto w-full max-w-6xl px-2 @2xl:px-20 translate-y-6 py-24 text-center">
|
||||||
{#if $temporaryChatEnabled}
|
{#if $temporaryChatEnabled}
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content="This chat won't appear in history and your messages will not be saved."
|
content="This chat won't appear in history and your messages will not be saved."
|
||||||
@ -184,11 +184,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div class="text-base font-normal @md:max-w-3xl w-full py-3 {atSelectedModel ? 'mt-2' : ''}">
|
||||||
class="text-base font-normal @xl:translate-x-6 @md:max-w-3xl w-full py-3 {atSelectedModel
|
|
||||||
? 'mt-2'
|
|
||||||
: ''}"
|
|
||||||
>
|
|
||||||
<MessageInput
|
<MessageInput
|
||||||
{history}
|
{history}
|
||||||
{selectedModels}
|
{selectedModels}
|
||||||
|
Loading…
Reference in New Issue
Block a user