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

@@ -1256,15 +1256,20 @@ nav ul li:hover, nav ul li.active {
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\e686";/*"\e800";*/
color:white;
font-size: calc(100vh / 15);
position:absolute;
width:100%; height:100%;
top:0; left:0;
background:rgba(0,0,0,0.8);
opacity:0;
content: "\e686";
color: white;
font-size: -webkit-xxx-large;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
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 {