1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:07:34 +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:
Andreas Kling 2023-07-05 17:43:48 +02:00
parent 4474aa0ae5
commit 1177308afb
7 changed files with 820 additions and 104 deletions

View file

@ -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",

View file

@ -272,6 +272,7 @@
"space",
"space-around",
"space-between",
"space-evenly",
"square",
"srgb",
"standalone",