mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Bigger check for poll option
This commit is contained in:
parent
c6e71e2432
commit
96a38e5df1
2 changed files with 4 additions and 1 deletions
|
@ -446,6 +446,9 @@ a.card:hover {
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
.poll-option-title .icon {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
/* EXTRA META */
|
/* EXTRA META */
|
||||||
|
|
||||||
|
|
|
@ -888,7 +888,7 @@ function Poll({ poll, readOnly }) {
|
||||||
{voted && ownVotes.includes(i) && (
|
{voted && ownVotes.includes(i) && (
|
||||||
<>
|
<>
|
||||||
{' '}
|
{' '}
|
||||||
<Icon icon="check-circle" size="s" />
|
<Icon icon="check-circle" />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue