Refactor layout and component styles for improved responsiveness (#5195)

This commit is contained in:
Bram Suurd
2025-06-16 17:13:33 +02:00
committed by GitHub
parent 0b3c645ffb
commit 8241ed932d
6 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ const Sidebar = ({
}, [] as Script[]);
return (
<div className="flex min-w-72 flex-col sm:max-w-72">
<div className="flex min-w-[350px] flex-col sm:max-w-[350px]">
<div className="flex items-end justify-between pb-4">
<h1 className="text-xl font-bold">Categories</h1>
<p className="text-xs italic text-muted-foreground">
@ -40,4 +40,4 @@ const Sidebar = ({
);
};
export default Sidebar;
export default Sidebar;