owncast/web/components/ui/Sidebar/Sidebar.module.scss
2022-05-11 23:31:31 -07:00

10 lines
146 B
SCSS

.root {
background-color: var(--theme-background-secondary);
display: none;
}
@media (min-width: 768px) {
.root {
display: flex;
}
}