Message counter hidden behind avatar

message-counter-hidden-behind-avatar

As it can be seen, when the toolbar is collapsed, the message counter is hidden behind the avatar.

Hope I’m not duplicating an existing UX issue report.

5 Likes

Sure @awesomerobot can you repro?

I’m not able to reproduce this; which operating system and browser are you using?

MacOS latest, Google Chrome

Ah ok, I couldn’t reproduce it because it was being caused by the discourse-locations plugin.

I submitted a PR to fix the plugin:
https://github.com/angusmcleod/discourse-locations/pull/13

but if you want to fix it immediately, you can also add this to your site’s custom CSS:

.topic-map .avatars .post-count {
    z-index: 99;
}
8 Likes

Oh thank you!

Didn’t event think it might be affect by a plugin like that.

This occurred due to conflicting use of the class .map. Thanks @awesomerobot. Fixed.

https://github.com/angusmcleod/discourse-locations/commit/f54d1367b6d16fa8fc0506534696fc4b06b0c611

3 Likes