From a2bd885094ab94992d23c8ca89683ba1e2d21e2d Mon Sep 17 00:00:00 2001 From: nin0 Date: Tue, 22 Apr 2025 04:50:30 -0400 Subject: [PATCH] forceset svgs to 12 --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index c82fbbb..03325f4 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,10 @@ .vc-serverprofileforward-footer { margin-top: 3px; + svg { + width: 12px !important; + } + .vc-serverprofileforward-footer-text { font-weight: 400; font-size: 14px;