mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Fix: Small gap fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user