Conversation
Notices
-
@dcent Do you mean in https://notabug.org/diogo/gnu-social/src/master/public/theme/neo-quitter/css/display.css#L97 ?
I've changed the value, but the behaviour is the same (and I have to admit that I hadn't noticed the thin line before)
-
Thanks.
In both the 'elbinario' and 'neo-quitter' themes, which have the elegant "*gnu*social" logo in the top-left, CSS needs to be:
address {
background-position: -10px -601px; /* not -600px */
}
Ie. 1 pixel upward so the transparent(?) part in the image doesn't show a thin line artifact at the top of the element.
Do you see the thin line?
Whether the developer also wants to change the :hover image position is purely up to them. I personally like the way the logo goes down one pixel on hover.