Skip to content

Commit

Permalink
widened mute on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Dec 16, 2024
1 parent 1ea68d3 commit 3a6dcae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/components/nav/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@

/* Style nav-mute-button for mobile */
.nav-mute-button {
margin-right: 48px;
padding: 8px 12px;
margin: 0 var(--spacing-sm);
padding: 8px;
font-size: 0.9rem;
min-height: 36px;
display: none;
width: calc(100% - (var(--spacing-sm) * 2));
}

.nav-mute-button.visible {
Expand Down

0 comments on commit 3a6dcae

Please sign in to comment.