images are blurred no more
This commit is contained in:
parent
d521e052b4
commit
fb188578da
2 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin: 3px
|
margin: 3px;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.menuIcon img:hover{
|
.menuIcon img:hover{
|
||||||
|
|
|
@ -67,5 +67,6 @@
|
||||||
top: calc(50% - 45px);
|
top: calc(50% - 45px);
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue