From df28665c458b45d5beccd5c6a4c6c8c18a716d59 Mon Sep 17 00:00:00 2001 From: Mulverine Date: Fri, 28 Mar 2025 10:10:44 -0600 Subject: [PATCH] Begin work on CSS refactor for the UI refresh --- src/equicordplugins/channelTabs/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/equicordplugins/channelTabs/style.css b/src/equicordplugins/channelTabs/style.css index 2d4f187a..8be6919a 100644 --- a/src/equicordplugins/channelTabs/style.css +++ b/src/equicordplugins/channelTabs/style.css @@ -1,12 +1,12 @@ .vc-channeltabs-icon { - height: 1.5rem; - width: 1.5rem; + height: 20px; + width: 20px; border-radius: 50%; } .vc-channeltabs-guild-acronym-icon { - height: 1.25rem; - width: 1.5rem; + height: 20px; + width: 20px; min-width: 1.5rem; border-radius: 50%; padding-top: 0.25rem; @@ -16,7 +16,7 @@ /* user avatars */ .vc-channeltabs-tab [class^="wrapper_"] { - min-width: 1.5rem; + min-width: 20px; } .vc-channeltabs-name-text {