diff --git a/src/tile/SpotlightTile.module.css b/src/tile/SpotlightTile.module.css index 43c3d53c..178d13f3 100644 --- a/src/tile/SpotlightTile.module.css +++ b/src/tile/SpotlightTile.module.css @@ -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; }