mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 01:35:38 +03:00
Height adjustments when switching between poll form and results
This commit is contained in:
parent
989e788d8e
commit
36d8b62e1e
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue