fixed bugged downloaded icons

canary
WolverinDEV 2019-02-17 16:06:30 +01:00
parent 5844310d6e
commit 096d26cbad
1 changed files with 10 additions and 0 deletions

View File

@ -327,6 +327,16 @@ $separator_thickness: 4px;
}
}
.icon-container {
display: inline-block;
height: 16px;
width: 16px;
> img {
position: absolute;
}
}
#mouse-move {
display: none;
position: absolute;