Page 1 of 1

Header logo CSS

Posted: Sun Feb 01, 2026 10:45 pm
by Zoroark
I've noticed the title bar logo is only showing the upper-left corner. Here's a small fix for it in colours.css:

Code: Select all

.site_logo {
	background-image: url("./images/site_logo.svg");
	background-size: contain;
	background-position: center;
}

Re: Header logo CSS

Posted: Mon Feb 02, 2026 5:55 am
by Greyhawk
Zoroark wrote: Sun Feb 01, 2026 10:45 pm I've noticed the title bar logo is only showing the upper-left corner. Here's a small fix for it in colours.css:
I hadn't even seen the change because I didn't clear my cache.

I'll probably find something I like better eventually, but your fix makes it display properly.

Thanks!

Re: Header logo CSS

Posted: Fri Feb 20, 2026 5:25 pm
by aveschapinas
Greyhawk wrote: Mon Feb 02, 2026 5:55 am
Zoroark wrote: Sun Feb 01, 2026 10:45 pm I've noticed the title bar logo is only showing the upper-left corner. Here's a small fix for it in colours.css:
I hadn't even seen the change because I didn't clear my cache.

I'll probably find something I like better eventually, but your fix makes it display properly.

Thanks!
I like the logo!

Re: Header logo CSS

Posted: Fri Feb 20, 2026 6:25 pm
by Greyhawk
aveschapinas wrote: Fri Feb 20, 2026 5:25 pm I like the logo!
Well, it's certainly better than that huge phpBB self-advertisement.

:D