fix: earpiece overlay not showing + playwright test!

This commit is contained in:
Valere
2025-12-03 17:10:57 +01:00
parent 0e04fd9433
commit 0ed7194d87
4 changed files with 209 additions and 3 deletions

View File

@@ -12,7 +12,6 @@
@keyframes fade-in {
from {
opacity: 0;
display: flex;
}
to {
opacity: 1;
@@ -20,6 +19,7 @@
}
.overlay[data-show="true"] {
display: flex;
animation: fade-in 200ms;
}
@@ -29,7 +29,6 @@
}
to {
opacity: 0;
display: none;
}
}