mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Add transform: translateY() support
This is very naive.
This commit is contained in:
parent
9ebfafafbe
commit
6e1f6bd684
Notes:
sideshowbarker
2024-07-18 04:38:32 +09:00
Author: https://github.com/TobyAsE
Commit: 6e1f6bd684
Pull-request: https://github.com/SerenityOS/serenity/pull/10120
Reviewed-by: https://github.com/AtkinsSJ
2 changed files with 38 additions and 0 deletions
|
@ -48,6 +48,8 @@ private:
|
|||
|
||||
void layout_floating_child(Box&, Box& containing_block);
|
||||
|
||||
void apply_transformations_to_children(Box&);
|
||||
|
||||
Vector<Box*> m_left_floating_boxes;
|
||||
Vector<Box*> m_right_floating_boxes;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue