From 3bbbac23a0b16a35779fe501c42b39b1de7bc063 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 6 Mar 2026 23:15:59 +0100 Subject: [PATCH] Adjust dimensions of screen share volume menu --- src/tile/SpotlightTile.module.css | 3 +++ 1 file changed, 3 insertions(+) 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; }