Brickimedia / brickimedia

Brickimedia Source Code
http://www.brickimedia.org
13 stars 4 forks source link

Small problem with "Online Users in Chat" box while using Deepsea #150

Closed LEGOSuperDKong closed 10 years ago

LEGOSuperDKong commented 10 years ago

When the box displays the profile pic and username of the users currently on chat, the beginning of the username and the profile pic overlap. See screenshot:

image

georgebarnick commented 10 years ago

That appears to be an issue with the local CSS of the CUUSOO Wiki, as it doesn't appear that way on Meta.

screenshot from 2013-12-31 15 43 07

neoncitylights commented 10 years ago

Funny, I don't have an issue with this on CUUSOO Wiki.

image

neoncitylights commented 10 years ago

I have not touched any of the chat portlet with local css, the background-position is still there as default, and so it should be appearing correctly.

element.style {
display: block;
background-position: right 1em center; <!--This is the one I'm talking about-->
background-repeat: no-repeat;
background-image: url(http://images.brickimedia.org/avatars/4_s.png?r=1383500422);
}
georgebarnick commented 10 years ago

Does the issue occur in all browsers, or just Chrome?

georgebarnick commented 10 years ago

I'm going to close this, since it appears to be only @LEGOSuperDKong having the issue, and is not reproducible by anyone.