feat: add live listener count
This commit is contained in:
@@ -108,6 +108,25 @@ a {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.status-bar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: -10;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding: 2rem;
|
||||
z-index: 0;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.status-bar > #listener-count {
|
||||
margin: 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.header {
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
@@ -152,11 +171,6 @@ a {
|
||||
}
|
||||
|
||||
.volume-slider-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 1rem;
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user