Fix: Small gap fixes

This commit is contained in:
nizune
2021-07-05 22:50:55 +02:00
parent b823c2ac32
commit e9cb87cfab
2 changed files with 7 additions and 7 deletions

View File

@@ -3,17 +3,17 @@
100% {transform: scale(1);};
}
@keyframes close {
0% {transform: scale(1); opacity: 1;};
100% {transform: scale(1.2); opacity: 0;};
}
@keyframes opacity {
0% {opacity: 0;};
20% {opacity: .5;}
50% {opacity: 1;}
}
@keyframes close {
0% {transform: scale(1); opacity: 1;};
100% {transform: scale(1.2); opacity: 0;};
}
.settings[data-mobile="true"] {
flex-direction: column;
background: var(--primary-header);