Skip to content

Layout Issue Fixes

Raphael Gaschignard requested to merge rtpg/tokodon:master into master

This includes two styling fixes.

One changes the spellcheck language selector to use a page, as the inline combo box is styled really messily on desktop right now, due to very long spellcheck names.

Another uses grid units to specify the height of the "home/local/notifications" sidebar. I was having layout issues that I think are due to scaling on my computer, so I switched this up to using grid units

before: image

after: image

Merge request reports