mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Better alignment for poll radios/checkboxes
This commit is contained in:
parent
d2af509eaf
commit
b1950046d4
1 changed files with 2 additions and 0 deletions
|
@ -1696,6 +1696,7 @@ a.card:is(:hover, :focus):visited {
|
||||||
.poll-label input:is([type='radio'], [type='checkbox']) {
|
.poll-label input:is([type='radio'], [type='checkbox']) {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
|
min-height: 1em;
|
||||||
}
|
}
|
||||||
.poll-option-votes {
|
.poll-option-votes {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
@ -1719,6 +1720,7 @@ a.card:is(:hover, :focus):visited {
|
||||||
}
|
}
|
||||||
.poll-option-title {
|
.poll-option-title {
|
||||||
text-shadow: 0 1px var(--bg-color);
|
text-shadow: 0 1px var(--bg-color);
|
||||||
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
.poll-option-title .icon {
|
.poll-option-title .icon {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in a new issue