Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using CSS level 4 viewport-relative units #256

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ The X-T9 is designed on the premise of full site editing function, and the user
GitHub : https://github.com/vektor-inc/x-t9

== Changelog ==
[ Editor Design Bug Fix ]Fix the width being wrong when setting to alignwide in editor

[ Specification Change ] Allow using CSS level 4 viewport-relative units
[ Editor Design Bug Fix ]Fix the width being wrong when setting to alignwide in editor
[ Design Bug fix ]Fix indented li > ul margin in list__block

[ Design bug fix ] Addressed inability to change sidebar h4 design in individual posts

[ Bug Fix ] Fix column block gap setting not taking effect in individual posts

1.20.0
Expand Down
22 changes: 21 additions & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,27 @@
"vw",
"vh",
"em",
"rem"
"rem",
"svw",
"lvw",
"dvw",
"svh",
"lvh",
"dvh",
"svi",
"lvi",
"dvi",
"svb",
"lvb",
"dvb",
"vmin",
"svmin",
"lvmin",
"dvmin",
"vmax",
"svmax",
"lvmax",
"dvmax"
]
},
"border": {
Expand Down