Adjust dimensions of screen share volume menu
This commit is contained in:
@@ -110,6 +110,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
|
|
||||||
.volumeSlider {
|
.volumeSlider {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-width: 172px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disable the hover effect for the screen share volume menu button */
|
/* 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 {
|
.menuMuteButton {
|
||||||
|
appearance: none;
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
padding: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user