-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to hide border between two stacked vertical cards #59
Comments
Re-test with a DEFAULT LIGHT theme & post a screenshot. |
Is it possible that you are still using old version of the card? In y observations, my "patched" card still have issues with margin & borders (you may check corr. issues in this repo). So, I suggest you: |
Thank you! I added the below to my stack-in-card code; which successfully hides the horizontal bar. I didn't want to completely replace the entire addon since I still want to see separators in my other cards that uses stack-in-card. card_mod:
style: |
ha-card {
--ha-card-border-width: 0;
} However... there's still an extra empty space at the bottom of the card; which I'm not sure how to remove (when bar-graph entities are hidden in the bottom card) NOTE: I asked this question in the card-mod forum since I knew there's also a chance a card-mod would have to be added for the extra empty space (above). However, I'd really appreciate your help here since you already replied to in my post in the forums too. |
Imho this is rather controversial issue.
Not the perfect solution. May be in your personal custom theme it looks better.
This is not about stack-in-card & I would not suggest to discuss it here. |
Checklist:
I am using stack-in-card to combine 2 cards vertically: (Entities card & Bar-card) . However, it's not completely seamless. There’s a divider between the 2 cards.
Note: bar-card entities in the below screenshot are currently hidden. I configured bar-card to hide entities that are 0.0 in value (see my card code below).
Screenshot:
Below is the card code I'm using. I need help with card-mod to hide the border shown above.
The text was updated successfully, but these errors were encountered: