Clooos / Bubble-Card

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

How to align popup to right ? #547

Closed nelsonamen closed 3 weeks ago

nelsonamen commented 3 weeks ago

Version rc1

17175309350068220255435508703658

nelsonamen commented 3 weeks ago

Find on the new tip 👍

@media only screen and (min-width: 600px) { .bubble-pop-up { margin-left: 0 !important; bottom: calc(-56px - var(--custom-height-offset-desktop)) !important; min-width: var(--desktop-width, 540px); max-width: var(--desktop-width, 540px); left: calc(50% - (var(--desktop-width, 540px) / 2)); padding: 18px 18px calc(50px + var(--custom-height-offset-desktop)) 18px; }

nelsonamen commented 3 weeks ago

17177073717087907893506194138387