Hacker News new | ask | show | jobs
by dehef 3143 days ago
When using conditionnal arrival of dom object (I mean like using ngIf in Angular or simply using switching display none/block on some block) flexbox layout seem very difficult to anticipate. For that kind of things I still prefer using inline-block, that is more predictable.

A tip: Strangely Safari tend to need flex-basis value everywhere

1 comments

> A tip: Strangely Safari tend to need flex-basis value everywhere

Most of the Safari issues should have been fixed in Safari 11, FYI. (The implementation of flexbox was largely copied over from Blink.)