2cfb336411
weird 0 popping out when toggling chat. wasn't able to find which component is responsible. Used bare mininum scss. May refactor in the future.
13 lines
130 B
SCSS
13 lines
130 B
SCSS
.root {
|
|
background-color: var(--gray-700);
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.root {
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
|