Height adjustments when switching between poll form and results

pull/475/head
Lim Chee Aun 2024-04-03 16:14:59 +08:00
rodzic 989e788d8e
commit 36d8b62e1e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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