Merge pull request #218 from williamjacksn/master
Half-op section in user list is missing title
This commit is contained in:
commit
189fed861a
@ -700,6 +700,9 @@ button {
|
|||||||
#chat .user-mode.op:before {
|
#chat .user-mode.op:before {
|
||||||
content: "Operators";
|
content: "Operators";
|
||||||
}
|
}
|
||||||
|
#chat .user-mode.half-op:before {
|
||||||
|
content: "Half-Operators";
|
||||||
|
}
|
||||||
#chat .user-mode.voice:before {
|
#chat .user-mode.voice:before {
|
||||||
content: "Voiced";
|
content: "Voiced";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user