mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
11 lines
220 B
SCSS
11 lines
220 B
SCSS
.statusbar {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
justify-content: space-between;
|
|
height: 30px;
|
|
width: 100%;
|
|
background-color: var(--theme-background-secondary);
|
|
}
|