-
-
Notifications
You must be signed in to change notification settings - Fork 81
New social buttons on single-column articles #961
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
Comments
Is there an estimate for how wide the buttons should be when styled? If they're less than 46px wide, then with default largo styles they'll fit in this 46.change-px-wide gutter on 769px-and-wider tablets. 768px is a lot of largo breakpoints for tablet/desktop styles. The next breakpoint up is 979px, where 980px brings us a much-wider gutter: |
46px might be too tight, especially thinking about space on either side. Does that size only happen on tablet/smaller desktop windows? |
The padding there is a percent of the column width, at 6.38297872% of the column. It's 50px wide at 820px viewport, 60px at 976px, and then jumps up to 158px at 980px, shown in the second screenshot above. It keeps the 6.3% padding down to 520px, but I wouldn't want to show the social icons below 768px. |
I don't think we need to show the floating toolbar on tablet sizes. |
Note to self: Floating social buttons need to be positioned relative to the viewport, Older Androids with screens wider than 1200px exist: http://caniuse.com/#search=calc |
Current state of 961-single-column-social-buttons:
To do:
|
log time on social icons refresh ticket (was WE-18, now RNS-41) |
@benlk I merged the work for this into |
The reason the email button doesn't work on the floating social buttons is because the social sharing button's When the popup appears for email, it's because the onClick handler is only called when the |
<script type="text/html"
tag on page loadremovedisplay:none;
the icons element.Why:
For RNS, Women's eNews, and Cornell Sun http://jira.inn.org/browse/WE-18 http://jira.inn.org/browse/RNS-41
The text was updated successfully, but these errors were encountered: