mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Fix: Small gap fixes
This commit is contained in:
parent
c11d10a265
commit
fd57f81118
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue