feat: add mobile visibility toggle for sidebar apps and update related components

This commit is contained in:
Linus Rath
2026-03-20 17:44:26 +01:00
parent 1e6f5e2c8c
commit 68e141b787
6 changed files with 61 additions and 24 deletions
+1 -1
View File
@@ -544,7 +544,7 @@ export default function ContactsPage() {
};
return (
<div className="flex h-dvh bg-background overflow-hidden">
<div className={cn("flex h-dvh bg-background overflow-hidden", isMobile && "flex-col")}>
{/* Navigation Rail - desktop only */}
{!isMobile && (
<div className="w-14 bg-secondary flex flex-col flex-shrink-0" style={{ borderRight: '1px solid rgba(128, 128, 128, 0.3)' }}>