mirror of
https://github.com/owncast/owncast.git
synced 2025-01-08 01:27:31 +03:00
10 lines
146 B
SCSS
10 lines
146 B
SCSS
.root {
|
|
background-color: var(--theme-background-secondary);
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.root {
|
|
display: flex;
|
|
}
|
|
}
|