I got some card-mod that i thought would work. I have tried every which way to get this working but if someone has this already then i would appreciate it.
views:
- theme: Material You
title: Home
path: home
icon: mdi:home
card_mod:
style: |
hui-view-badges:
$: |
.badges {
overflow-x: auto !important;
white-space: nowrap !important;
display: flex !important;
flex-wrap: nowrap !important;
}
badges:
That's what I basically got. Whenever I edit the CSS of the badges directly, it seems to work in devtools but I can't get card mod to apply the styles
What am I doing wrong? Any help would be appreciated