mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:47:46 +00:00
LibWeb: Support justify-content: space-evenly
in flex layouts
Aligns the cookie banner correctly on https://twitter.com/ :^)
This commit is contained in:
parent
4474aa0ae5
commit
1177308afb
7 changed files with 820 additions and 104 deletions
|
@ -5,6 +5,7 @@
|
|||
"center",
|
||||
"space-between",
|
||||
"space-around",
|
||||
"space-evenly",
|
||||
"stretch"
|
||||
],
|
||||
"align-items": [
|
||||
|
@ -172,7 +173,8 @@
|
|||
"flex-end",
|
||||
"center",
|
||||
"space-between",
|
||||
"space-around"
|
||||
"space-around",
|
||||
"space-evenly"
|
||||
],
|
||||
"line-style": [
|
||||
"none",
|
||||
|
|
|
@ -272,6 +272,7 @@
|
|||
"space",
|
||||
"space-around",
|
||||
"space-between",
|
||||
"space-evenly",
|
||||
"square",
|
||||
"srgb",
|
||||
"standalone",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue