diff --git a/app/soapbox/actions/importer/normalizer.js b/app/soapbox/actions/importer/normalizer.js index 6d566fd92a..922e579868 100644 Binary files a/app/soapbox/actions/importer/normalizer.js and b/app/soapbox/actions/importer/normalizer.js differ diff --git a/app/soapbox/components/poll.js b/app/soapbox/components/poll.js index ae66ba18fc..be909a7604 100644 Binary files a/app/soapbox/components/poll.js and b/app/soapbox/components/poll.js differ diff --git a/app/styles/polls.scss b/app/styles/polls.scss index d3b0947983..b1696611a3 100644 --- a/app/styles/polls.scss +++ b/app/styles/polls.scss @@ -106,6 +106,18 @@ text-align: right; } + &.voted &__number { + width: 52px; + padding-left: 8px; + flex: 0 0 52px; + } + + &__vote__mark { + float: left; + color: var(--highlight-text-color); + line-height: 18px; + } + &__footer { padding-top: 6px; padding-bottom: 5px;