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

10 lines
192 B
SCSS

.statusbar {
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 10px;
justify-content: space-between;
height: 30px;
width: 100%;
background-color: black;
}