-
Notifications
You must be signed in to change notification settings - Fork 55
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 ⚠ |
border-radius as shown in screen was missing in example code
for me both (docs and this example are not working). it also reformats it in following style. what could be the problem?
|
The example is a bit outdated, check card-mod Docs for a proper syntax. In short - a "card_mod" keyword is missing. |
ahhh thx for the hint. if anyone is also searching for it here's the complete code:
|
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: