mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00

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