images are blurred no more

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

View File

@ -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{

View File

@ -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>