Fix: Small gap fixes

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

View file

@ -20,7 +20,7 @@
height: 42px;
}
&.compact {
&.compact { /* TOFIX: Introduce two separate compact items, one for settings, other for channels. */
height: 32px;
}
@ -46,7 +46,7 @@
transition: color .1s ease-in-out;
&.content {
gap: 8px;
gap: 10px;
flex-grow: 1;
min-width: 0;
display: flex;

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);