Skip to content

Commit

Permalink
fix: hide layout button on mobile screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed Dec 29, 2024
1 parent 4a2bbab commit f026faf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const LayoutDirectionToggler = () => {
<Tooltip>
<Button
variant="outline"
className="hidden md:block"
size="sm"
onClick={() => updateLayoutDirection(nextDirection)}
asChild
Expand Down

0 comments on commit f026faf

Please sign in to comment.