Centered poll option items
This commit is contained in:
parent
aa229ffebd
commit
7593d24cd6
3 changed files with 9 additions and 6 deletions
|
|
@ -1541,6 +1541,7 @@ body.app-body {
|
|||
transition: all .2s;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
align-items: center;
|
||||
}
|
||||
.app-body .poll__option.selectable {
|
||||
cursor: pointer;
|
||||
|
|
@ -1598,8 +1599,8 @@ body.app-body {
|
|||
}
|
||||
.app-body .poll__voted {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
right: 3px;
|
||||
height: 20px;
|
||||
}
|
||||
.app-body .poll__option:has(+ .poll__chart.leading) .poll__voted {
|
||||
right: 28px;
|
||||
|
|
@ -1636,7 +1637,7 @@ body.app-body {
|
|||
color: var(--color-content-fg);
|
||||
background-color: transparent;
|
||||
background-size: 20px;
|
||||
background-position: right 8px top 7px;
|
||||
background-position: right 8px center;
|
||||
background-repeat: no-repeat;
|
||||
background-image: var(--icon-trophy);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue