You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
563 B
26 lines
563 B
.statusbar { |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
height: var(--status-bar-height); |
|
width: 100%; |
|
padding: var(--content-padding); |
|
color: var(--theme-color-components-video-status-bar-foreground); |
|
background-color: var(--theme-color-components-video-status-bar-background); |
|
font-family: var(--theme-text-display-font-family); |
|
|
|
font-size: 11px; |
|
font-weight: 400; |
|
} |
|
|
|
.onlineMessage { |
|
letter-spacing: .5px; |
|
} |
|
|
|
.viewerCount { |
|
vertical-align: middle; |
|
} |
|
.viewerIcon { |
|
display: inline-block; |
|
margin-right: .5rem; |
|
}
|
|
|