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

Can't resize icon in separator #593

Open Sensorn opened 1 week ago

Sensorn commented 1 week ago

When trying to make the icon bigger in a separator it just movies down on the bubble card, keeping the same size.

Phone OS: Android 14 OS in HA: 12.3 Version of bubble card: 2.0.4

Screenshot_20240618_225758_Home Assistant

Clooos commented 6 days ago

Hi!

Indeed this is not working, I've just tried. I will take a look at this.

But here is a workaround:

.bubble-icon {
  --mdc-icon-size: 50px !important;
  height: 50px !important;
  width: 50px !important;
}