fix tests

This commit is contained in:
counterweight 2025-02-27 18:26:36 +01:00
parent 0b3fe23cd3
commit aec803d321
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 23 additions and 10 deletions

View file

@ -44,6 +44,12 @@
}
}
.max-size-zero {
max-width: 0;
max-height: 0;
}
.top-notification-good {
border-radius: 10px;
background-color: rgb(9, 165, 9);
@ -56,9 +62,9 @@
justify-content: space-evenly;
align-items: center;
left: 50%;
transform: translate(-50%, -200%);
transition: transform 1s ease-in-out;
transform: translate(-50%, -200px);
transition:
transform 2s ease-in-out;
}
.top-notification-good.revealed {