Skip to content

Commit

Permalink
fix(pie): shorter transform-origin
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Oct 10, 2023
1 parent 7dc7aca commit 485bd0a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _site/templates/css/examples/pie.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
inset-block-start: calc(var(--radius) / 2);
inset-inline-start: 50%;
position: absolute;
transform-origin: center center;
transform-origin: center;
}

[dir=rtl] .chaarts.pie td::after {
Expand Down
2 changes: 1 addition & 1 deletion dist/chaarts.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chaarts.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chaarts.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 485bd0a

Please sign in to comment.