🔹 Card-mod - Super-charge your themes!

Scrollable badges:

  card-mod-view-yaml: |
    :first-child $:
      hui-view-badges $: |
        .badges {
          overflow-x: auto;
          flex-wrap: unset !important;
          justify-content: unset !important;
        }
        .badges > * {
          min-width: fit-content;
        }
5 Likes