mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 03:36:36 +00:00
LibWeb: Add flex-grow and flex-shrink
They get parsed and are available to the programmer of Layouts :^)
This commit is contained in:
parent
af4d80af4d
commit
ae61e9ded2
Notes:
sideshowbarker
2024-07-18 16:34:50 +09:00
Author: https://github.com/TobyAsE
Commit: ae61e9ded2
Pull-request: https://github.com/SerenityOS/serenity/pull/7669
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
5 changed files with 46 additions and 1 deletions
|
@ -54,6 +54,8 @@ public:
|
|||
Optional<CSS::FlexDirection> flex_direction() const;
|
||||
Optional<CSS::FlexWrap> flex_wrap() const;
|
||||
Optional<CSS::FlexBasisData> flex_basis() const;
|
||||
Optional<float> flex_grow_factor() const;
|
||||
Optional<float> flex_shrink_factor() const;
|
||||
Optional<CSS::Overflow> overflow_x() const;
|
||||
Optional<CSS::Overflow> overflow_y() const;
|
||||
Optional<CSS::Repeat> background_repeat_x() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue