XF 1.3 New Message Indicator

Amaury

Well-known member
I moved the indicator up and left a bit because it was overlapping with the moderator approval message, but I also want to remove the tail. How do I remove the tail?

Thanks!

Message.webp
 
I guess moving it there won't work, because when there's no moderator approval message, its location is weird:

New.webp

This is the CSS I used:

Code:
.message .newIndicator {
    margin: -20px 0px 5px 5px !important;
}

By default, the first two numbers are -5px and -25px.

Assistance with this as well will be most appreciated.
 
Top Bottom