Make minimum width for 3-column layout 1280px (#255) #256
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#256
Loading…
Reference in a new issue
No description provided.
Delete branch "norm/pleroma-fe:1280px-wide"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1280px is a pretty common screen width for several resolutions
(1280x720, 1280x800, 1280x1024, etc.). Since it is only 20px less than
the current 1300px minimum, this shouldn't be a big issue to lower the
minimum screen width for the 3-column layout to 1280px.
Closes: AkkomaGang/pleroma-fe#255
Make minimum width for 3-column layout 1280pxto Make minimum width for 3-column layout 1280px (#255)Tested this and it works well! Live on Disqordia now. Thank you
for 1280px native screen resolutions, wouldn't this need to be a bit narrower to counteract the scrollbar?
I think it's less about those screen resolutions and more what Akkoma considers to be usable screen space.
I'm currently on a laptop with 1920x1080 resolution, and the 1300px requirement means I don't get the three columns but 1280 does.
It would be tight, but I think there's enough room for the scrollbar to not overlap any content.
don't see anything wrong with this, thanks~