formatting

This commit is contained in:
counterweight 2025-02-27 18:40:15 +01:00
parent 7e8b27b49d
commit 7f84889968
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 14 additions and 19 deletions

View file

@ -20,7 +20,6 @@
.top-notification-good {
top: 25px;
}
}
@ -44,7 +43,6 @@
}
}
.max-size-zero {
max-width: 0;
max-height: 0;
@ -63,8 +61,7 @@
align-items: center;
left: 50%;
transform: translate(-50%, -500px);
transition:
transform 2s ease-in-out;
transition: transform 2s ease-in-out;
}
.top-notification-good.revealed {
@ -84,7 +81,6 @@
height: 50px;
}
.badges {
display: grid;
grid-template-columns: repeat(2, 1fr);