dragon-iso/docs/preview
Zac Gaetano 6b45c398e0
Some checks failed
CI / build-and-test (push) Failing after 27s
fix(preview): drawer uses display:none + animation when opened
Replace the transform-only approach with display:none / display:flex
switching, plus a @keyframes drawer-slide-in for the entry animation.
The previous translateX trick let the drawer-head close button's SVG
bleed through somehow (likely a browser rendering quirk on a 4K display
with HiDPI scaling); display:none guarantees the hidden state stays
fully hidden across all browsers.

Visual is the same when the drawer is open; only the closed state is
hardened. Drawer still slides in on the rail settings button or the
banner "Open settings" CTA.
2026-05-13 00:26:02 -04:00
..
redesigned-mainwindow.html fix(preview): drawer uses display:none + animation when opened 2026-05-13 00:26:02 -04:00