keep mobile landscape in the compact nav layout

This commit is contained in:
nayan9617
2026-04-02 23:59:34 +05:30
parent c882198206
commit 0e98b14789
3 changed files with 48 additions and 34 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<div
class={cx(
"ml-sai mt-sai mb-sai max-h-screen w-60 sm:flex-shrink-0 flex-col gap-1 bg-base-300 z-nav hidden md:flex",
"ml-sai mt-sai mb-sai max-h-screen w-60 sm:flex-shrink-0 flex-col gap-1 bg-base-300 z-nav hidden md:flex compact-landscape-hidden",
props.class,
)}>
{@render children?.()}