cant remove shadow from horizontal buttons Stack #340
Answered
by
Clooos
telegrambeans
asked this question in
Questions about config, custom styles and templates
-
Unfortunately I can't remove the shadow at the bottom of the bubble stack card, see picture. Version: current |
Beta Was this translation helpful? Give feedback.
Answered by
Clooos
Jan 7, 2024
Replies: 1 comment
-
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;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Clooos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! You can just add this custom style to your horizontal buttons stack YAML: