[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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user