Forum Panel: Do not collapse Chat Folders
This commit is contained in:
parent
5ffc9036f9
commit
d65f1d99fc
@ -17,14 +17,6 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
transition: transform 250ms ease; // Same as Forum Panel
|
|
||||||
|
|
||||||
&--tabs-hidden {
|
|
||||||
transform: translateY(-3.125rem);
|
|
||||||
|
|
||||||
height: calc(100% + 3.125rem);
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs-placeholder {
|
.tabs-placeholder {
|
||||||
height: 2.625rem;
|
height: 2.625rem;
|
||||||
/* stylelint-disable-next-line plugin/no-low-performance-animation-properties */
|
/* stylelint-disable-next-line plugin/no-low-performance-animation-properties */
|
||||||
@ -41,6 +33,14 @@
|
|||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
opacity: 1;
|
||||||
|
transition: opacity 250ms ease; // Same as Forum Panel
|
||||||
|
}
|
||||||
|
|
||||||
|
&--tabs-hidden .TabList {
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Tab {
|
.Tab {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user