mirror of
https://github.com/open-webui/open-webui
synced 2025-02-16 18:22:29 +00:00
fix: styling
This commit is contained in:
parent
7d62993007
commit
d4c193060e
@ -412,7 +412,7 @@
|
|||||||
{#if dragged}
|
{#if dragged}
|
||||||
<div
|
<div
|
||||||
class="fixed {$showSidebar
|
class="fixed {$showSidebar
|
||||||
? 'left-0 lg:left-[260px] lg:w-[calc(100%-260px)]'
|
? 'left-0 md:left-[260px] md:w-[calc(100%-260px)]'
|
||||||
: 'left-0'} w-full h-full flex z-50 touch-none pointer-events-none"
|
: 'left-0'} w-full h-full flex z-50 touch-none pointer-events-none"
|
||||||
id="dropzone"
|
id="dropzone"
|
||||||
role="region"
|
role="region"
|
||||||
@ -428,9 +428,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="fixed bottom-0 {$showSidebar ? 'left-0 lg:left-[260px]' : 'left-0'} right-0">
|
<div class="fixed bottom-0 {$showSidebar ? 'left-0 md:left-[260px]' : 'left-0'} right-0">
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<div class="px-2.5 lg:px-16 -mb-0.5 mx-auto inset-x-0 bg-transparent flex justify-center">
|
<div class="px-2.5 md:px-16 -mb-0.5 mx-auto inset-x-0 bg-transparent flex justify-center">
|
||||||
<div class="flex flex-col max-w-5xl w-full">
|
<div class="flex flex-col max-w-5xl w-full">
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
{#if autoScroll === false && messages.length > 0}
|
{#if autoScroll === false && messages.length > 0}
|
||||||
|
@ -883,7 +883,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
class="min-h-screen max-h-screen {$showSidebar
|
class="min-h-screen max-h-screen {$showSidebar
|
||||||
? 'lg:max-w-[calc(100%-260px)]'
|
? 'md:max-w-[calc(100%-260px)]'
|
||||||
: ''} w-full max-w-full flex flex-col"
|
: ''} w-full max-w-full flex flex-col"
|
||||||
>
|
>
|
||||||
<Navbar
|
<Navbar
|
||||||
|
@ -893,7 +893,7 @@
|
|||||||
{#if loaded}
|
{#if loaded}
|
||||||
<div
|
<div
|
||||||
class="min-h-screen max-h-screen {$showSidebar
|
class="min-h-screen max-h-screen {$showSidebar
|
||||||
? 'lg:max-w-[calc(100%-260px)]'
|
? 'md:max-w-[calc(100%-260px)]'
|
||||||
: ''} w-full max-w-full flex flex-col"
|
: ''} w-full max-w-full flex flex-col"
|
||||||
>
|
>
|
||||||
<Navbar
|
<Navbar
|
||||||
|
Loading…
Reference in New Issue
Block a user