fix: add min-w-72 to right panel inner div for proper animation

This commit is contained in:
Alexander Brown
2026-01-17 15:37:50 -08:00
parent f45af6c455
commit 9879fefa04

View File

@@ -64,7 +64,9 @@
</div>
<aside v-if="hasRightPanel" class="overflow-hidden">
<div class="w-72 flex flex-col bg-modal-panel-background h-full">
<div
class="min-w-72 w-72 flex flex-col bg-modal-panel-background h-full"
>
<header
data-component-id="RightPanelHeader"
class="flex h-16 shrink-0 items-center gap-2 px-4"