fix(challenge modal): snap close button to whole pixels

This commit is contained in:
Tommaso Casaburi
2026-04-15 14:44:46 +07:00
parent 13a7392df0
commit ec8678cc4e
2 changed files with 5 additions and 3 deletions
@@ -40,6 +40,8 @@
border: none;
image-rendering: pixelated;
background-image: var(--close-button-background-image);
background-position: center;
background-repeat: no-repeat;
}
.container input, .container textarea {
@@ -160,4 +162,4 @@
border-left: none;
border-right: none;
}
}
}