Images 💾

Last commit ⭐

commit b98252728efaece9cdf8fb939cc98aa4c7ea59cf
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Wed May 10 17:15:19 2023 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Wed May 10 18:46:04 2023 +0200

    LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
    
    We were resolving percentage values against the containing block size in
    the wrong axis.