mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
refac
This commit is contained in:
@@ -1101,9 +1101,11 @@
|
||||
aria-label={$i18n.t('Chat history')}
|
||||
aria-hidden={!$showSidebar}
|
||||
inert={!$showSidebar}
|
||||
class="h-screen max-h-[100dvh] min-h-screen select-none {visible
|
||||
? 'bg-gray-50 dark:bg-gray-950 z-50'
|
||||
: ' bg-transparent z-0 pointer-events-none '} {$isApp
|
||||
class="h-screen max-h-[100dvh] min-h-screen select-none {$mobile
|
||||
? visible
|
||||
? 'bg-gray-50 dark:bg-gray-950 z-50'
|
||||
: 'bg-transparent z-0 pointer-events-none'
|
||||
: `bg-gray-50 dark:bg-gray-950 z-50 ${$showSidebar ? '' : 'pointer-events-none'}`} {$isApp
|
||||
? `ml-[4.5rem] md:ml-0 `
|
||||
: $mobile
|
||||
? ''
|
||||
|
||||
Reference in New Issue
Block a user