Images 💾

Last commit ⭐

commit 5f34c8ab03d94977e201adca346540a2c15ede35
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Tue Jul 26 01:30:50 2022 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Tue Jul 26 01:53:41 2022 +0200

    LibWeb: Make automatic heights for abspos non-replaced behave better
    
    Previously we were checking if values were "auto" after resolving the
    "auto"-ness out of them, which didn't work. There's still a bunch of
    work to do on this algorithm, but now we can at least resolve some basic
    automatic height scenarios.