Adjust dimensions of screen share volume menu

This commit is contained in:
Robin
2026-03-06 23:15:59 +01:00
parent c7a16e9dfd
commit 3bbbac23a0

View File

@@ -110,6 +110,7 @@ Please see LICENSE in the repository root for full details.
.volumeSlider {
width: 100%;
min-width: 172px;
}
/* Disable the hover effect for the screen share volume menu button */
@@ -123,8 +124,10 @@ Please see LICENSE in the repository root for full details.
}
.menuMuteButton {
appearance: none;
background: none;
border: none;
padding: 0;
cursor: pointer;
display: flex;
}