images are blurred no more

This commit is contained in:
Hanusiak Piotr 2021-11-26 23:49:49 +01:00
parent 7b94ac644d
commit dcd8e57853
2 changed files with 3 additions and 1 deletions

View file

@ -42,7 +42,8 @@
pointer-events: auto;
width: 60px;
padding-top: 0;
margin: 3px
margin: 3px;
image-rendering: pixelated;
}
}
.menuIcon img:hover{

View file

@ -67,5 +67,6 @@
top: calc(50% - 45px);
width: 90px;
height: 90px;
image-rendering: pixelated;
}
</style>