generated from custom-cards/boilerplate-card
-
-
Notifications
You must be signed in to change notification settings - Fork 14
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]: Background image does not respect rounded corners #31
Labels
bug
Something isn't working
Comments
As I see an |
I have prepared an other example: The code to reproduce: type: vertical-stack
cards:
- type: custom:minimalistic-area-card
title: Room with background
area: working_room
image: >-
https://www.thespruce.com/thmb/kNPU_doz6IvtUXrtV1GnzI85BXs=/750x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/living-room-ideas-5194639-hero-a99a77f61b9b4e368c62ca603ab45322.jpg
entities:
- light.dining_room_led_light
- sensor.dining_room_temperature
- type: custom:minimalistic-area-card
title: Room without background
area: working_room
entities:
- light.dining_room_led_light
- sensor.dining_room_temperature
I'm using |
Ok, thanks for digging it out |
junalmeida
added a commit
that referenced
this issue
Dec 30, 2022
junalmeida
added a commit
that referenced
this issue
Dec 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
If you set a background image the card does not respect the rounded corners, see image below:
I think the design should be the same with or without background image.
Card Version
1.1.2
HomeAssistant Version
2022.12.8
Relevant javascript log output
No response
The text was updated successfully, but these errors were encountered: