Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hellomarb opened this issue · comments

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?

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

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

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

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