[Suggestion] Small change in "elbinario" css
Suggestion from "dcent" at gnusocial.net (I've applied it and it works fine):
In 'elbinario' theme, which have the elegant "gnusocial" 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.
https://git.elbinario.net:8000/gnusocial/elbinario/-/blob/master/css/display.css#L206