mirror of
https://github.com/owncast/owncast.git
synced 2025-01-05 08:07:58 +03:00
10 lines
220 B
SCSS
10 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);
|
|
}
|