owncast/web/components/ui/Sidebar/Sidebar.module.scss

12 lines
148 B
SCSS

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