Skip to content

Commit 937a3d0

Browse files
committed
Add missing padding to sidebar toggle button
1 parent c299cad commit 937a3d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Main.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ const Main: FCWithDeps<MainProps, MainDeps> = ({ createNotFound }) => {
7272
<UnstyledButton
7373
aria-label="Toggle sidebar"
7474
className={clsx(
75-
'tw:inline-block tw:md:hidden tw:fixed tw:top-4 tw:z-1035 tw:transition-colors',
75+
'tw:fixed tw:top-4 tw:left-3 tw:z-1035',
76+
'tw:md:hidden tw:transition-colors',
7677
{
7778
'tw:text-white/50': !sidebarVisible,
7879
'tw:text-white': sidebarVisible,

0 commit comments

Comments
 (0)