-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Reader: Increase stream width #8792
Conversation
@@ -1,5 +1,9 @@ | |||
// Reader-specific tweaks to components | |||
|
|||
.following.main { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be scoped with .is-reader-page
to keep it from affecting the current full post view
I think this is a great improvement for the wider screened set. 830px / 250px feels good to me. |
Turned on For testing purposes only. Note to self: do not merge! |
🐑 LGTM |
This is a try branch to address: #8732
Default 720px (with 250px featured image):
![750-default](https://cloud.githubusercontent.com/assets/4924246/19451183/2ac9b974-9461-11e6-94c1-bd11b0210b08.png)
A few other widths I tried:
800px (250px featured image):
![800](https://cloud.githubusercontent.com/assets/4924246/19451217/4ba941e6-9461-11e6-95a3-10545ca07780.png)
830px (250px featured image):
![830](https://cloud.githubusercontent.com/assets/4924246/19451225/54fc8a46-9461-11e6-8cf2-c7a282e98368.png)
850px (300px featured image):
![850-300 image](https://cloud.githubusercontent.com/assets/4924246/19451240/655f26be-9461-11e6-9596-558ff28b54f1.png)
@fraying I think either 800 or 830 is good. 850 is actually good too for cards with featured images, it's just a bit wide for excerpt-only ones.
This branch's link only has 850 to test so I included screenshots for other widths. I also just applied the width increase to the Following stream.