polls: Scale poll votes with info density.

This commit is contained in:
evykassirer
2025-03-03 18:17:13 -08:00
committed by Tim Abbott
parent e7eae0aa30
commit 27bda4a05d

View File

@@ -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 {