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:
@@ -1256,15 +1256,20 @@ nav ul li:hover, nav ul li.active {
|
|||||||
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%;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
background: rgba(0,0,0,0.8);
|
background: rgba(0,0,0,0.8);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all .1s ease;
|
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