lsdmt@lemmy.ml to Asklemmy@lemmy.mlEnglish · 1 year agoIs there anyway to adjust the UI width?message-squaremessage-square5fedilinkarrow-up111arrow-down10file-text
arrow-up111arrow-down1message-squareIs there anyway to adjust the UI width?lsdmt@lemmy.ml to Asklemmy@lemmy.mlEnglish · 1 year agomessage-square5fedilinkfile-text
There is way too much negative space in Lemmy. See Reddit vs Lemmy I dont see any way to adjust this in settings, am I missing something?
minus-squareBrownPolarBear@lemmy.ptlinkfedilinkEnglisharrow-up2·1 year agoHere’s an extension to add custom styles to websites: https://add0n.com/stylus.html And this is the custom style i’ve wrote: .container-lg{ max-width: initial; } .my-3{ margin-bottom: 0px !important; margin-top: 0px !important; }
Here’s an extension to add custom styles to websites:
https://add0n.com/stylus.html
And this is the custom style i’ve wrote:
.container-lg{ max-width: initial; } .my-3{ margin-bottom: 0px !important; margin-top: 0px !important; }