mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
LibWeb: Respect justify-items property of grid container
This commit is contained in:
parent
f060f89220
commit
2138c164c9
Notes:
sideshowbarker
2024-07-17 02:55:44 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 2138c164c9
Pull-request: https://github.com/SerenityOS/serenity/pull/20024
4 changed files with 82 additions and 8 deletions
|
@ -103,6 +103,8 @@ public:
|
|||
Box const& grid_container() const { return context_box(); }
|
||||
|
||||
private:
|
||||
CSS::JustifyItems justification_for_item(Box const& box) const;
|
||||
|
||||
void resolve_items_box_metrics(GridDimension const dimension);
|
||||
|
||||
CSSPixels m_automatic_content_height { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue