SerenityOS build: Wednesday, July 20
Images 💾⌗
- serenity-i686-20220720-cf4b7e3.img.gz (Raw image, 127.28 MiB)
- serenity-i686-20220720-cf4b7e3.vdi.gz (VirtualBox VDI, 127.11 MiB)
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.
Other builds