mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Fix poll radio button position on Safari
Plus a color
This commit is contained in:
parent
4c0bc62ad0
commit
f1822d54af
1 changed files with 2 additions and 1 deletions
|
@ -2039,7 +2039,8 @@ a.card:is(:hover, :focus):visited {
|
|||
.poll-label input:is([type='radio'], [type='checkbox']) {
|
||||
flex-shrink: 0;
|
||||
margin: 0 3px;
|
||||
min-height: 0.9em;
|
||||
min-height: 1.15em;
|
||||
accent-color: var(--link-color);
|
||||
}
|
||||
.poll-option-votes {
|
||||
flex-shrink: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue