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;
}
}