Height adjustments when switching between poll form and results

This commit is contained in:
Lim Chee Aun 2024-04-03 16:14:59 +08:00
parent 989e788d8e
commit 36d8b62e1e

View file

@ -1696,12 +1696,13 @@ a.card:is(:hover, :focus):visited {
.poll-label input:is([type='radio'], [type='checkbox']) { .poll-label input:is([type='radio'], [type='checkbox']) {
flex-shrink: 0; flex-shrink: 0;
margin: 3px; margin: 3px;
min-height: 1em; min-height: 0.9em;
} }
.poll-option-votes { .poll-option-votes {
flex-shrink: 0; flex-shrink: 0;
font-size: 90%; font-size: 90%;
opacity: 0.75; opacity: 0.75;
line-height: 1;
} }
.poll-option-leading .poll-option-votes { .poll-option-leading .poll-option-votes {
font-weight: bold; font-weight: bold;