Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
2k stars 58 forks source link

v2.3.0-beta.4 - Bug background #895

Open Bsector opened 2 weeks ago

Bsector commented 2 weeks ago

Hello,

Here is a problem I observed using v2.3.0-beta.4:

Here's the custom style I use:

.bubble-pop-up { transition: transform 0.3s ease; background: center / cover no-repeat url("/local/epellis_theme/blue.jpg") fixed; border-radius: 12px 12px 0 0; box-sizing: border-box; margin-left: var(--custom-margin); left: 7px; z-index: 5 !important; bottom: calc(-56px - var(--custom-height-offset-mobile)); backdrop-filter: var(--custom-popup-filter); -webkit-backdrop-filter: var(--custom-popup-filter); box-shadow: 0px 3px 8px 0px rgba(255, 174, 66, 0.35) !important; border-radius: 20px; border-style: solid; border-width: 1px; border-color: rgba(255, 255, 255, 0.35) !important; }

Thank you! 🍻

Clooos commented 2 weeks ago

Hi! Indeed I changed something in the previous release, this will be a breaking change for some users that use that kind of custom styles. I just fixed the editor to reflect the same styling, I will also add a note about it in the changelog.

Wait for the next release, there will be a new class named .bubble-pop-up-background.