2022-05-07 16:13:06 -07:00
|
|
|
.statusbar {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2022-07-08 09:10:18 +02:00
|
|
|
height: 2rem;
|
2022-05-07 16:13:06 -07:00
|
|
|
width: 100%;
|
2022-08-29 23:17:12 -07:00
|
|
|
padding: var(--content-padding);
|
2023-01-18 19:03:55 -08:00
|
|
|
color: var(--theme-color-components-video-status-bar-foreground);
|
|
|
|
background-color: var(--theme-color-components-video-status-bar-background);
|
2022-10-13 21:22:58 +02:00
|
|
|
font-family: var(--theme-text-display-font-family);
|
2023-04-24 10:58:57 -07:00
|
|
|
|
|
|
|
font-size: 11px;
|
2023-01-28 19:10:41 -08:00
|
|
|
font-weight: 400;
|
2022-05-11 23:31:31 -07:00
|
|
|
}
|
2023-04-24 10:58:57 -07:00
|
|
|
|
|
|
|
.onlineMessage {
|
|
|
|
letter-spacing: .5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewerCount {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.viewerIcon {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: .5rem;
|
|
|
|
}
|