Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Larger button to toggle thesidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jun 15, 2024
1 parent 8d651ca commit cff7bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const App = () => {
<div className="max-h-screen w-full min-w-[65%] overflow-auto bg-white p-2 dark:bg-gray-950">
<Button
className={twMerge(
"absolute bottom-[50%] z-[--z-sidebar] h-14 rounded-none rounded-s-lg p-0 lg:hidden",
"absolute bottom-[50%] z-[--z-sidebar] h-14 rounded-none rounded-s-lg px-1 py-2 lg:hidden",
showSideNav ? "right-[--nav-bar-size]" : "right-0",
)}
onClick={() => setShowSideNav((n) => !n)}
Expand Down

0 comments on commit cff7bb3

Please sign in to comment.