Skip to content

Bubble Card Separator Size Icon #414

Discussion options

You must be logged in to vote

Hi Clooos,

I solved. I found where to act to change the height of the container.
I leave the code for everyone.

Thanks again for the help

type: custom:bubble-card
card_type: separator
icon: mdi:light-recessed
icon_style:
width: 50px
height: 50px
name: LUCI
styles: |
.separator-container div:last-child {
opacity: 1 !important;
background-color: #72F3CD !important;
height: 2px !important;
}

  • {
    font-size: 25px !important;
    --mdc-icon-size: 40px;
    align-items: center;
    }
    .separator-container div ha-icon {
    height: 40px !important;
    width: 40px !important;
    }

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@president75
Comment options

@Clooos
Comment options

Comment options

You must be logged in to vote
1 reply
@Clooos
Comment options

Answer selected by Clooos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment