mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-07 19:59:15 +00:00
fix bug
This commit is contained in:
@@ -2881,6 +2881,10 @@ ul {
|
||||
}
|
||||
@keyframes fade-in-back {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
opacity: 0;
|
||||
}
|
||||
1% {
|
||||
opacity: 0;
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user