From 9eca2576b8442a7d422722fce4971bd6faabc4e4 Mon Sep 17 00:00:00 2001 From: TakosThings <20344790+TakosThings@users.noreply.github.com> Date: Tue, 7 May 2024 18:34:00 +0930 Subject: [PATCH] #291 Fix voice button scaling --- src/modules/main/voice/_voice.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/main/voice/_voice.scss b/src/modules/main/voice/_voice.scss index 7867c88..117abf0 100644 --- a/src/modules/main/voice/_voice.scss +++ b/src/modules/main/voice/_voice.scss @@ -137,8 +137,9 @@ &.contextMenuContainer__7fb37{ margin: 0 4px; display: flex; - svg{ + .svg_bb7847 { width: 72px !important; // Force width + transform: scale(1.75, 1.75) translate(0, 7px) !important; // This is a hack to get around a viewBox property which causes the button to scale } foreignObject{ mask: none;