mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed sizing and positioning of voting thumb
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user