Images 💾

Last commit ⭐

commit cf4b7e343a76821dbe88b4944560e0b2638e66eb
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Tue Jul 19 15:31:01 2022 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Tue Jul 19 15:40:41 2022 +0200

    LibWeb: Blockify `inline-flex` to `flex`
    
    Previously, `inline-flex` would blockify to `block` since blockification
    didn't take the inner display type into account. This is still not
    perfect, but it fixes a lot of situations where inline-level flex
    containers would be demoted to regular block containers.