Make leading poll votes more prominent
This commit is contained in:
parent
1d4c604899
commit
45c107d403
|
@ -645,9 +645,11 @@ a.card:is(:hover, :focus) {
|
|||
.poll-option-votes {
|
||||
flex-shrink: 0;
|
||||
font-size: 90%;
|
||||
opacity: 0.75;
|
||||
}
|
||||
.poll-option-leading .poll-option-votes {
|
||||
font-weight: bold;
|
||||
opacity: 1;
|
||||
}
|
||||
.poll-vote-button {
|
||||
margin-top: 8px;
|
||||
|
|
Loading…
Reference in a new issue