Centered poll option items

This commit is contained in:
Niléane 2023-12-26 01:17:06 +01:00
commit 7593d24cd6
No known key found for this signature in database
3 changed files with 9 additions and 6 deletions

View file

@ -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);
}