diamondburned / gtkcord3

A Gtk3 Discord client in Golang
GNU General Public License v3.0
628 stars 28 forks source link

Huuuuge margins on 4k display #85

Closed L-as closed 4 years ago

L-as commented 4 years ago

margin

I actually don't get why there is a margin at all. Having it take up all the horizontal space seems best to me, since that is more compact and readable, easily differentiating messages.

diamondburned commented 4 years ago

It just seems like your DPI scaling is bad. Also, the margins are customizable.

L-as commented 4 years ago

Thanks. BTW, I want my DPI scaling to be like this (i.e. none).

L-as commented 4 years ago

Hey, sorry for asking again, but do you have any pointers as to what part of the CSS I'd have to change? I can't see any place that sets the margin (or padding?) in style.css. Any help would be appreciated, thanks.

L-as commented 4 years ago

OH, nevermind, it's the maximum message width! Now it all makes sense. Maybe this could be set relative to the horizontal width of the window?