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:
commit
2561c71a96
@ -1393,7 +1393,7 @@ background on hover (unless active) */
|
||||
color: #0074d9 !important;
|
||||
}
|
||||
|
||||
#chat .notice .user::before {
|
||||
#chat .notice .from .user::before {
|
||||
content: "Notice: ";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user