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

[BUG] ribbon-start radius wrong #1923

Closed
xwlcn opened this issue Jul 11, 2024 · 2 comments
Closed

[BUG] ribbon-start radius wrong #1923

xwlcn opened this issue Jul 11, 2024 · 2 comments

Comments

@xwlcn
Copy link

xwlcn commented Jul 11, 2024

20240711223410

Should add border-radius to .ribbon-start:

.ribbon-start {
    right: auto;
    left: calc(-1 * var(--tblr-ribbon-margin));
    border-radius: 0 var(--tblr-ribbon-border-radius) var(--tblr-ribbon-border-radius) var(--tblr-ribbon-border-radius);
}
@poswalsameer
Copy link
Contributor

If any maintainer is seeing this, please assign this issue to me, so I can start working on it.

@rjd22
Copy link
Collaborator

rjd22 commented Aug 22, 2024

Fixed in the PR and will merge it after the build.

@rjd22 rjd22 closed this as completed Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants