Default forum theme too wide

Discussion of any issue (or request) related to this forum.
Post Reply
User avatar
ROllerozxa
Posts: 4
Joined: Wed Aug 14, 2024 2:33 pm
Location: Sweden
Contact:

Default forum theme too wide

Post by ROllerozxa »

The default theme is nice but the unlimited width makes reading long posts tiring when I have to turn my head ever so slightly for each line to read from side to side on my desktop monitor.

This may be a controversial thing to change for everyone, but setting a max-width of the forum to 1280 pixels makes it a lot more comfortable to read for me. Here's a short userstyle snippet if anyone else feels the same:

Code: Select all

@-moz-document domain("forum.mattkc.com") {
	.wrap {
		max-width: 1280px;
	}
}
(The search field seems to be floating on its own and doesn't respect this max-width, but oh well. Works for me :))
Post Reply