-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
- removed div.overflow-scroll - added travel-overflow-wrap class and swapped flex by lg-flex on the child div of travel-overflow-container
Removed overflow container, added flex-wrap such that icons flow onto a second line
Hey, @mehigh, it looks like the markup changes are currently for Gutenberg editor only and not for the actual frontend rendering, was this the intention? The Popular block goes "behind" the right bar now, however it's not possible to see the part that's behind the bar. Previously it was possible to scroll left and right on the block to see all the posts, and the posts didn't go behind the sidebar. Same happens with the Activity List block. Let me know if the changes were actually meant for front-end, then I'll move them over. |
@mehigh When you pick this up on Wednesday, do you think you could also check these two small issues on the homepage:
Thank you! |
The search icon misplacement was caused by a calc() rule containing vars which was getting stripped out by the amp plug-in. I've updated the calc / var rule inside of the sources and recompiled amp-start to get this going. |
Thanks, Icons Look Good Hi @mehigh, |
The main differences I've noticed when comparing the figma with the ampstart were around two elements:
This PR makes the necessary adjustments to the respective Gutenberg blocks and adds the necessary CSS.
@miina
Please check this, and if needed, add the mark-up updates to other locations (if there are any other of course).