revert sidebar width to 52
This commit is contained in:
parent
fd59bd77b3
commit
5e0afbde39
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export default function ExtraSidebar() {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="w-56 flex flex-col overflow-hidden scrollbar-hide h-full border-r">
|
||||
<div className="w-52 flex flex-col overflow-hidden scrollbar-hide h-full border-r">
|
||||
<div className="mt-2 mb-2 w-full flex gap-2 justify-between px-2 items-center">
|
||||
<ShadTooltip delayDuration={1000} content="Import" side="top">
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue