mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00:00
LibWeb: Honor align-self
over align-items
when non-auto on flex item
This commit is contained in:
parent
3b3af58cf6
commit
2f0657739b
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/awesomekling
Commit: 2f0657739b
9 changed files with 84 additions and 10 deletions
|
@ -116,6 +116,8 @@ private:
|
|||
|
||||
void calculate_cross_size_of_each_flex_line(float cross_min_size, float cross_max_size);
|
||||
|
||||
CSS::AlignItems alignment_for_item(FlexItem const&) const;
|
||||
|
||||
void determine_used_cross_size_of_each_flex_item();
|
||||
|
||||
void distribute_any_remaining_free_space();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue