mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Make leading poll votes more prominent
This commit is contained in:
parent
1d4c604899
commit
45c107d403
1 changed files with 2 additions and 0 deletions
|
@ -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