Clooos / Bubble-Card

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

cant remove shadow from horizontal buttons Stack #337

Closed telegrambeans closed 7 months ago

telegrambeans commented 7 months ago

Unfortunately I can't remove the shadow at the bottom of the bubble stack card, see picture.

fully-screenshot (4)

Version: current HA Version : Current

Clooos commented 7 months ago

Hi! You can just add this custom style to your horizontal buttons stack YAML:

type: custom:bubble-card
card_type: horizontal-buttons-stack
# Your config...
styles: |
  .horizontal-buttons-stack::before {
    display: none !important;
  }