We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc51c2a commit 7a75c83Copy full SHA for 7a75c83
1 file changed
src/routes/_authenticated/route.tsx
@@ -23,7 +23,7 @@ function RouteComponent() {
23
'ml-auto w-full max-w-full',
24
'peer-data-[state=collapsed]:w-[calc(100%-var(--sidebar-width-icon)-1rem)]',
25
'peer-data-[state=expanded]:w-[calc(100%-var(--sidebar-width))]',
26
- 'transition-[width] duration-200 ease-linear',
+ 'sm:transition-[width] sm:duration-200 sm:ease-linear',
27
'flex h-svh flex-col',
28
'group-data-[scroll-locked=1]/body:h-full',
29
'has-[main.fixed-main]:group-data-[scroll-locked=1]/body:h-svh'
0 commit comments