Add channel muting

This commit is contained in:
James Taylor
2019-06-11 01:47:06 -07:00
parent 103b37030f
commit 59fdbda886
3 changed files with 83 additions and 49 deletions

View File

@@ -31,7 +31,7 @@
padding-left:10px;
padding-right: 10px;
}
.sidebar-list > li{
.sidebar-list-item{
display:flex;
justify-content: space-between;
margin-bottom: 5px;
@@ -42,6 +42,9 @@
overflow: hidden;
max-width: 200px;
}
.muted{
background-color: #888888;
}
</style>
</head>
<body>