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 c299cad commit 937a3d0Copy full SHA for 937a3d0
1 file changed
src/Main.tsx
@@ -72,7 +72,8 @@ const Main: FCWithDeps<MainProps, MainDeps> = ({ createNotFound }) => {
72
<UnstyledButton
73
aria-label="Toggle sidebar"
74
className={clsx(
75
- 'tw:inline-block tw:md:hidden tw:fixed tw:top-4 tw:z-1035 tw:transition-colors',
+ 'tw:fixed tw:top-4 tw:left-3 tw:z-1035',
76
+ 'tw:md:hidden tw:transition-colors',
77
{
78
'tw:text-white/50': !sidebarVisible,
79
'tw:text-white': sidebarVisible,
0 commit comments