Skip to content

Commit

Permalink
fix(components/media): position of mute toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Apr 12, 2024
1 parent 592f0ea commit ffd33f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/media/media.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

.mute {
position: fixed !important;
bottom: 4vh;
right: 4vh;
bottom: 5vh;
right: 5vh;
}

.muteIcon {
Expand Down

0 comments on commit ffd33f0

Please sign in to comment.