mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
LibWeb: Support start
and end
alignment values in flex layout
These should just behave the same as `flex-start` and `flex-end`.
This commit is contained in:
parent
abd6380cce
commit
9e807d7c6a
Notes:
sideshowbarker
2024-07-17 00:23:42 +09:00
Author: https://github.com/awesomekling
Commit: 9e807d7c6a
Pull-request: https://github.com/SerenityOS/serenity/pull/19281
4 changed files with 69 additions and 0 deletions
|
@ -10,12 +10,14 @@
|
|||
"align-items": [
|
||||
"baseline",
|
||||
"center",
|
||||
"end",
|
||||
"flex-end",
|
||||
"flex-start",
|
||||
"normal",
|
||||
"safe",
|
||||
"self-end",
|
||||
"self-start",
|
||||
"start",
|
||||
"stretch",
|
||||
"unsafe"
|
||||
],
|
||||
|
@ -23,12 +25,14 @@
|
|||
"auto",
|
||||
"baseline",
|
||||
"center",
|
||||
"end",
|
||||
"flex-end",
|
||||
"flex-start",
|
||||
"normal",
|
||||
"safe",
|
||||
"self-end",
|
||||
"self-start",
|
||||
"start",
|
||||
"stretch",
|
||||
"unsafe"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue