Merge pull request #3259 from emersonveenstra/multiple-notice-fixes

Only prepend text with 'Notice: ' if it's the nick it's from
This commit is contained in:
Pavel Djundik 2019-06-14 21:13:24 +03:00 committed by GitHub
commit 2561c71a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: ";
}