Bigger check for poll option

This commit is contained in:
Lim Chee Aun 2022-12-18 23:06:05 +08:00
parent c6e71e2432
commit 96a38e5df1
2 changed files with 4 additions and 1 deletions

View file

@ -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 */

View file

@ -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>