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