Clooos / Bubble-Card

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

2.0.0-beta: bubble-pop-up-container display:grid causing problems #460

Closed hellomarb closed 2 months ago

hellomarb commented 2 months ago

The change to display:grid for .bubble-pop-up-container breaks some custom cards like tabbed-card and they are rendering wider than their parent popup. Changing that back to display:flex fixes that.

Is there an obvious reason for display:grid?

Clooos commented 2 months ago

I will take a look at this, I don't remember why I've changed that.

Clooos commented 2 months ago

This is much better indeed. The initial issue with flex was that it was breaking the layout of the pop-up, but with flex-direction: column everything is perfect now. So thanks again!

bubble-card.js.zip

Clooos commented 2 months ago

This issue is now fixed in the new beta! Thanks again!

https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.0-beta.3