Open MichelEhmen opened 2 years ago
Same reason: https://github.com/bramkragten/swipe-card/issues/51
same here
Hi, I got it to work using card mod on one of the cards inside the swipe-card (so, in your case it could be "Tag" card).
card_mod:
style: |
ha-card {
margin-bottom: 5px;
}
The swipe card remains the same size, just the cards in it are a bit smaller. It's almost impossible to notice unless you know about it.
To keep the gap below consistent with the rest of the dashboard, you can use margin-top: -5px
in the card directly below.
Can you tell which one is a swipe-card? 😁
I am using a vertical card stack and the mushroom theme. Sadly the swipe-card is cutting off my inner cards. Is there any solution to increase the distance inside the wrapper?