Fixed sizing and positioning of voting thumb

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-25 19:37:59 +01:00
parent ee9d42da37
commit 6459c3543c

View File

@@ -1248,23 +1248,28 @@ nav ul li:hover, nav ul li.active {
} }
.list-image:after { .list-image:after {
font-family: "Material-Design-Icons"; font-family: "Material-Design-Icons";
speak: none; speak: none;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
font-variant: normal; font-variant: normal;
text-transform: none; text-transform: none;
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
content: "\e686";/*"\e800";*/ content: "\e686";
color:white; color: white;
font-size: calc(100vh / 15); font-size: -webkit-xxx-large;
position:absolute; position: absolute;
width:100%; height:100%; width: 100%;
top:0; left:0; height: 100%;
background:rgba(0,0,0,0.8); top: 0;
opacity:0; left: 0;
transition: all .1s ease; background: rgba(0,0,0,0.8);
opacity: 0;
transition: all .1s ease;
display: flex;
align-items: center;
justify-content: center;
} }
.list-suggested-image:after { .list-suggested-image:after {