| 03:46 | <Joseph__Silber> | TabAtkins, If a flex item is taller than its container, and the container has align-items set to center, the item sticks out at the top. |
| 03:46 | <Joseph__Silber> | http://codepen.io/anon/pen/bEwRRV |
| 03:47 | <Joseph__Silber> | Is it possible to only center it if it's smaller than the flex parent, but if it's bigger it should scroll down in the parent, put start flush top with the parent? |
| 03:47 | <Joseph__Silber> | but* start |
| 03:49 | <TabAtkins> | Joseph__Silber: Use margins to center it instead. Auto on both sides. |
| 03:50 | <TabAtkins> | When the Alignment spec is fully implemented, you can use 'align-self: center safe' to do it, too |
| 03:50 | <Joseph__Silber> | It works vertically in flexbox? Great! |
| 03:50 | <Joseph__Silber> | Yeah. Been waiting for that safe for a while. |
| 03:50 | <Joseph__Silber> | It's been baking for a while :) |
| 03:50 | <TabAtkins> | Yeah, flex and grid make margins work properly |
| 03:50 | <Joseph__Silber> | Great work you're doing! |
| 03:51 | <TabAtkins> | But margins were intentionally designed to give you "safe" alignment in Flexbox and Grid. |
| 07:05 | <annevk> | Happy holidays everyone |
| 09:27 | <MikeSmith> | Happy holidays annevk |
| 23:32 | <MikeSmith> | http://stackoverflow.com/questions/34466761/html5-srcset-is-1x-mandatory |