mirror of
https://github.com/owncast/owncast.git
synced 2025-01-04 15:47:41 +03:00
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.
12 lines
130 B
SCSS
12 lines
130 B
SCSS
.root {
|
|
background-color: var(--gray-700);
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.root {
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
|