Left sidebar width mobile

This commit is contained in:
Mike Tasset
2025-07-31 11:24:32 +02:00
parent 415c667383
commit fc9b2fadad
@@ -106,7 +106,7 @@
hasActivePanel ? 'opacity-100' : 'opacity-0',
isEmbedEnabled ? '' : 'lg:left-[calc(3rem+1px)] lg:border-none lg:rounded-none'
]"
:style="`width: ${isMobile ? 'calc(100vw - 3.75rem)' : `${width + 4}px`};`"
:style="`width: ${isMobile ? 'calc(100vw - 3.6rem)' : `${width + 4}px`};`"
>
<ViewerModelsPanel
v-if="resourceItems.length !== 0 && activePanel === 'models'"