-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a whole bunch of styling bugs #193
Conversation
This was meant to be removed already, this is what fixes posts having an odd right side gap before swapping to the mobile layout
Currently double checking everything and cleaning up any oddities I encounter, I'll leave another comment when all is good! |
…m, also fix the margins on the settings page
…s and wrapping the x amount of comments text
…ore text begins wrapping in odd ways
… room so they aren't clipping out of their box
…ther viable setting has an absolute conniption on Chrome for some reason
Alright, I think that's all I've found that needed fixing. Tested it all in both Firefox and Google Chrome in desktop and mobile modes and all seems fine. |
…x slight vertical misalignment issues
Thank you so much for this big PR! Never been good with CSS so fixing this was out of my depth but I've run into a number of these before. |
In no particular order this fixes:
It also removes an unused option for the mobile layout below 480px.
I plan on trying to tackle the odd gaps some pages have when the fixed navbar is enabled but it was becoming to chaotic to try and manage adding these on top of adding that.Added!