You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lemmy-ui on 12 inch screens or less is using same desktop layout which is making content stuffed especially in the sidebar.
Giving a wider space for lemmy-ui layout on tablets and small wide screens, can be better for sidebar content. This change will not affect lemmy-ui layout on desktop or mobile.
container :
container-lg :
Steps to Fix
1. Replace All Bootstrap container divs with container-lg across all lemmy-ui views
The text was updated successfully, but these errors were encountered:
I'd like to but, I made many unnecessary edits on my fork and not really sure how to do a PR for specific parts of the code.
It may take some time until I figure out how to do it but I'd be happy to help.
Easiest option is probably to clone the repo a second time into another folder, and then copy your changes over. There is also git commit --interactive but its more complicated.
Issue Summary
Lemmy-ui on 12 inch screens or less is using same desktop layout which is making content stuffed especially in the sidebar.
Giving a wider space for lemmy-ui layout on tablets and small wide screens, can be better for sidebar content.
This change will not affect lemmy-ui layout on desktop or mobile.
container
:container-lg
:Steps to Fix
1. Replace All Bootstrap
container
divs withcontainer-lg
across all lemmy-ui viewsThe text was updated successfully, but these errors were encountered: