fix sidebar width change during toggling between tabs.

This commit is contained in:
2026-06-24 17:09:06 +03:30
parent 740f6d9cc9
commit db4803d463
4 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ function Sidebar() {
);
return (
<aside className="w-64 bg-background-secondary/90 border-r border-border text-text-primary flex flex-col">
<aside className="w-56 min-w-56 shrink-0 bg-background-secondary/90 border-r border-border text-text-primary flex flex-col">
<div className="h-[71px] px-4 flex items-center">
<h1 className="text-lg font-medium tracking-tight">{tCommon('appName')}</h1>
</div>