From 27bda4a05df3f25c9df059336a67078cdb084643 Mon Sep 17 00:00:00 2001 From: evykassirer Date: Mon, 3 Mar 2025 18:17:13 -0800 Subject: [PATCH] polls: Scale poll votes with info density. --- web/styles/widgets.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/styles/widgets.css b/web/styles/widgets.css index 1b3ff1983e..86f43f993f 100644 --- a/web/styles/widgets.css +++ b/web/styles/widgets.css @@ -169,9 +169,9 @@ border-style: solid; font-weight: 600; border-radius: 3px; - min-width: 25px; - height: 25px; - font-size: 13px; + min-width: 1.7857em; /* 25px at 14px / em */ + height: 1.7857em; /* 25px at 14px / em */ + font-size: 0.9285em; /* 13px at 14px / em */ background-color: var(--color-background-widget-button); &:hover {