Make minimum width for 3-column layout 1280px (#255) #256

Merged
floatingghost merged 2 commits from norm/pleroma-fe:1280px-wide into develop 2022-12-30 03:01:22 +00:00
Contributor

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

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: https://akkoma.dev/AkkomaGang/pleroma-fe/issues/255
norm added 1 commit 2022-12-16 00:33:32 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
0f5e3a905b
Make minimum width for 3-column layout 1280px
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
norm added 1 commit 2022-12-16 00:38:15 +00:00
Mergan changed title from Make minimum width for 3-column layout 1280px to Make minimum width for 3-column layout 1280px (#255) 2022-12-16 01:00:26 +00:00
Mergan added the
Minor change
label 2022-12-16 01:00:47 +00:00
Contributor

Tested this and it works well! Live on Disqordia now. Thank you

Tested this and it works well! Live on Disqordia now. Thank you
Contributor

for 1280px native screen resolutions, wouldn't this need to be a bit narrower to counteract the scrollbar?

for 1280px native screen resolutions, wouldn't this need to be a bit narrower to counteract the scrollbar?
Contributor

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.

> 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.
Author
Contributor

for 1280px native screen resolutions, wouldn't this need to be a bit narrower to counteract the scrollbar?

It would be tight, but I think there's enough room for the scrollbar to not overlap any content.

> for 1280px native screen resolutions, wouldn't this need to be a bit narrower to counteract the scrollbar? 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~

don't see anything wrong with this, thanks~
floatingghost merged commit 014f8b0dd2 into develop 2022-12-30 03:01:19 +00:00
norm deleted branch 1280px-wide 2022-12-30 05:00:39 +00:00
Sign in to join this conversation.
No description provided.