Changed stream list endpoint
This commit is contained in:
@@ -90,12 +90,23 @@ a.menu-heading {
|
||||
}
|
||||
|
||||
.menu-item a {
|
||||
color: aliceblue;
|
||||
color: var(--menu-header-text);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menu-item {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
}
|
||||
.menu-viewcount {
|
||||
font-family: 'Prompt', sans-serif;
|
||||
font-size: larger;
|
||||
font-weight: 300;
|
||||
color: var(--menu-header-text);
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-right: 1em;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
li.menu-item {
|
||||
|
Reference in New Issue
Block a user