|
|
@@ -23,7 +23,7 @@ function RouteComponent() {
|
|
|
'ml-auto w-full max-w-full',
|
|
|
'peer-data-[state=collapsed]:w-[calc(100%-var(--sidebar-width-icon)-1rem)]',
|
|
|
'peer-data-[state=expanded]:w-[calc(100%-var(--sidebar-width))]',
|
|
|
- 'transition-[width] duration-200 ease-linear',
|
|
|
+ 'sm:transition-[width] sm:duration-200 sm:ease-linear',
|
|
|
'flex h-svh flex-col',
|
|
|
'group-data-[scroll-locked=1]/body:h-full',
|
|
|
'has-[main.fixed-main]:group-data-[scroll-locked=1]/body:h-svh'
|