Add channel muting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user