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:
@@ -20,7 +20,7 @@
|
|||||||
height: 42px;
|
height: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.compact {
|
&.compact { /* TOFIX: Introduce two separate compact items, one for settings, other for channels. */
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
transition: color .1s ease-in-out;
|
transition: color .1s ease-in-out;
|
||||||
|
|
||||||
&.content {
|
&.content {
|
||||||
gap: 8px;
|
gap: 10px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -3,17 +3,17 @@
|
|||||||
100% {transform: scale(1);};
|
100% {transform: scale(1);};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes close {
|
||||||
|
0% {transform: scale(1); opacity: 1;};
|
||||||
|
100% {transform: scale(1.2); opacity: 0;};
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes opacity {
|
@keyframes opacity {
|
||||||
0% {opacity: 0;};
|
0% {opacity: 0;};
|
||||||
20% {opacity: .5;}
|
20% {opacity: .5;}
|
||||||
50% {opacity: 1;}
|
50% {opacity: 1;}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes close {
|
|
||||||
0% {transform: scale(1); opacity: 1;};
|
|
||||||
100% {transform: scale(1.2); opacity: 0;};
|
|
||||||
}
|
|
||||||
|
|
||||||
.settings[data-mobile="true"] {
|
.settings[data-mobile="true"] {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: var(--primary-header);
|
background: var(--primary-header);
|
||||||
|
|||||||
Reference in New Issue
Block a user