fix: desktop layout

This commit is contained in:
Adam 2025-12-12 14:59:41 -06:00
commit 6c3495a75a
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 30 additions and 13 deletions

View file

@ -12,6 +12,16 @@
}
}
@keyframes pulse-opacity-dim {
0%,
100% {
opacity: 0;
}
50% {
opacity: 0.3;
}
}
@keyframes fadeUp {
from {
opacity: 0;