If you have a 1080p screen and a browser extension for user styles, you can add this to your #mastodon interface to get wider columns
@media only screen and (min-width: 1224px) {
.column {
width: 350px;
}
}
@media only screen and (min-width: 1824px) {
.column {
width: 480px;
}
}