mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
refactor: adjust className formatting in LayoutShell and optimize motion.div properties in SidebarSlideOutPanel
This commit is contained in:
parent
5eada7bcab
commit
e8c2377824
2 changed files with 9 additions and 10 deletions
|
|
@ -410,7 +410,7 @@ export function LayoutShell({
|
|||
pageUsage={pageUsage}
|
||||
theme={theme}
|
||||
setTheme={setTheme}
|
||||
className={cn(
|
||||
className={cn(
|
||||
"flex shrink-0 transition-[border-radius] duration-200",
|
||||
anySlideOutOpen ? "rounded-l-xl delay-0" : "rounded-xl delay-150"
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue