From c48f9a69cc62e92c19f5495b82c91270a8ac70bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 28 Jul 2022 09:02:27 +0200 Subject: [PATCH] Use `ch` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/video-grid/VideoTileSettingsModal.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video-grid/VideoTileSettingsModal.module.css b/src/video-grid/VideoTileSettingsModal.module.css index d6d1973..8edff8a 100644 --- a/src/video-grid/VideoTileSettingsModal.module.css +++ b/src/video-grid/VideoTileSettingsModal.module.css @@ -3,7 +3,7 @@ } .localVolumePercentage { - width: 40px; + width: 3ch; } .localVolumeSlider[type="range"] {