-
Notifications
You must be signed in to change notification settings - Fork 53
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
Rounded corners #137
Comments
Solved, this is the correct style to apply: style: |-
bar-card-currentbar, bar-card-backgroundbar {
border-radius: 4px;
} |
So why did you close this issue? I was running into the same and searching my back off why the example is not working. You fixed it for you (and I'm thankful for sharing your solution), but the docs at https://github.com/custom-cards/bar-card#200-default-layout-requires-card-mod are still wrong. So just REOPEN and FIX the docs ⚠ |
bcutter
referenced
this issue
Dec 9, 2022
border-radius as shown in screen was missing in example code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have the possibility to apply rounded corners to the bar. Not sure it can be achieved with alternative methods, like card-mod.
The text was updated successfully, but these errors were encountered: