Skip to content

Commit

Permalink
Fix nav items on touch screens
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Dec 15, 2024
1 parent d56104d commit efed05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ body:has([data-resizing="true"]) * {
/* Nav item */

.nav-item {
@apply flex h-8 items-center gap-3 rounded px-2;
@apply flex h-8 items-center gap-3 rounded px-2 coarse:h-10 coarse:gap-4 coarse:px-3;
}

.nav-item:is(a, button) {
Expand Down

0 comments on commit efed05d

Please sign in to comment.