article > game bloc : always show close button. closes #42
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m23s

This commit is contained in:
isUnknown 2026-03-26 15:44:25 +01:00
parent 0bda4f8c21
commit 9b548ecc12

View file

@ -498,7 +498,7 @@
transform: scale(1.1);
}
.article-body :global(.iframe-game-container.game-active:hover .iframe-deactivate-btn) {
.article-body :global(.iframe-game-container.game-active .iframe-deactivate-btn) {
opacity: 1;
}