mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Honor align-self over align-items when non-auto on flex item
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2f0657739b
@@ -1,10 +1,28 @@
|
||||
{
|
||||
"align-items": [
|
||||
"flex-start",
|
||||
"flex-end",
|
||||
"center",
|
||||
"baseline",
|
||||
"stretch"
|
||||
"center",
|
||||
"flex-end",
|
||||
"flex-start",
|
||||
"normal",
|
||||
"safe",
|
||||
"self-end",
|
||||
"self-start",
|
||||
"stretch",
|
||||
"unsafe"
|
||||
],
|
||||
"align-self": [
|
||||
"auto",
|
||||
"baseline",
|
||||
"center",
|
||||
"flex-end",
|
||||
"flex-start",
|
||||
"normal",
|
||||
"safe",
|
||||
"self-end",
|
||||
"self-start",
|
||||
"stretch",
|
||||
"unsafe"
|
||||
],
|
||||
"background-attachment": [
|
||||
"fixed",
|
||||
|
||||
Reference in New Issue
Block a user