Only prepend text with 'Notice: ' if it's the nick it's from

This commit is contained in:
Emerson Veenstra 2019-06-14 13:51:42 -04:00
parent 01bc09d01e
commit ef6684b77b

View file

@ -1393,7 +1393,7 @@ background on hover (unless active) */
color: #0074d9 !important;
}
#chat .notice .user::before {
#chat .notice .from .user::before {
content: "Notice: ";
}