fixed bug with selected img-icon

This commit is contained in:
Kostya
2024-01-28 23:10:20 +03:00
parent 164e77c76d
commit b58a87616a

View File

@@ -339,6 +339,7 @@ input[type="number"]::-webkit-outer-spin-button {
width: 110px; width: 110px;
height: 110px; height: 110px;
top: -70px; top: -70px;
user-select: none;
} }
.crystal-img { .crystal-img {