From 020e8d94035ea8079489522e10bdfc596ca2d962 Mon Sep 17 00:00:00 2001 From: evykassirer Date: Sun, 9 Feb 2025 14:54:32 -0800 Subject: [PATCH] subscription settings: Use em for width and height of channel color. --- web/styles/subscriptions.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/styles/subscriptions.css b/web/styles/subscriptions.css index 7e4eff0dda..7b1aede729 100644 --- a/web/styles/subscriptions.css +++ b/web/styles/subscriptions.css @@ -1241,8 +1241,9 @@ div.settings-radio-input-parent { } .stream-settings-color-preview { - width: 33px; - height: 33px; + /* 33px at 12.8 font size (from .button.small) at 14px em */ + width: 2.5781em; + height: 2.5781em; margin: -6px 0 -6px -10px; }