refactor(ui): normalize about modal with hidden class

This commit is contained in:
Edouard Vanbelle
2026-04-24 23:22:18 +02:00
parent 832c9ab577
commit a38bcc01de
3 changed files with 8 additions and 12 deletions
+1 -5
View File
@@ -1,6 +1,6 @@
/* About Modal */
.about-modal-overlay {
display: none;
display: flex;
position: fixed;
inset: 0;
background: var(--color-overlay);
@@ -10,10 +10,6 @@
align-items: center;
}
.about-modal-overlay.show {
display: flex;
}
.about-modal {
background: var(--color-bg-surface);
border-radius: 20px;