mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 19:49:31 +03:00
10 lines
192 B
SCSS
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;
|
|
}
|