fix: make toolbar, sidebar, and lightbox responsive on small screens

This commit is contained in:
2026-06-28 21:12:22 +01:00
parent 86a1a53289
commit f65fd350cc
4 changed files with 86 additions and 72 deletions
+1 -1
View File
@@ -829,7 +829,7 @@ export function Sidebar() {
};
return (
<aside className="w-60 shrink-0 flex flex-col bg-gray-950 border-r border-white/[0.06]">
<aside className="w-52 shrink-0 flex flex-col bg-gray-950 border-r border-white/[0.06] lg:w-60">
{/* Header */}
<div className="flex items-center justify-between px-4 h-12 border-b border-white/[0.06] shrink-0">
<span className="text-[13px] font-semibold text-white/80 tracking-wide">Phokus</span>