[Glitch] Show user what options they have voted

Port front-end changes from b359974d9b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2019-09-22 14:15:18 +02:00
committed by Thibaut Girka
parent 2441d07cd5
commit e25b7feb72
3 changed files with 16 additions and 4 deletions

View File

@@ -102,13 +102,19 @@
&__number {
display: inline-block;
width: 36px;
width: 48px;
font-weight: 700;
padding: 0 10px;
text-align: right;
margin-top: auto;
margin-bottom: auto;
flex: 0 0 36px;
flex: 0 0 48px;
}
&__vote__mark {
float: left;
color: $valid-value-color;
line-height: 18px;
}
&__footer {