From 7d9c24b6c16239d5aadd0d6981232e8db9290a22 Mon Sep 17 00:00:00 2001 From: xBourner <64064679+xBourner@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:15:14 +0100 Subject: [PATCH] Add files via upload --- dist/status-card.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/status-card.js b/dist/status-card.js index df7c865..dc771a0 100644 --- a/dist/status-card.js +++ b/dist/status-card.js @@ -61,9 +61,10 @@ `}static get styles(){return n` paper-tabs { height: 110px; } + paper-tab {padding: 0 5px; } .entity, .extra-entity { display: flex; flex-direction: column; align-items: center;} .entity-icon { width: 50px; height: 50px; border-radius: 50%; - background-color: var(--primary-background-color); + background-color: rgba(var(--rgb-primary-text-color), 0.15); display: flex; align-items: center; justify-content: center; overflow: hidden;} .entity-icon img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;} @@ -244,4 +245,4 @@ .entity-picker-container { display: flex; flex-direction: column; align-items: flex-end; } .entity-picker-container ha-form { width: 100%; } .toggle-icon { margin-left: auto; } - `}}),console.info("%c STATUS-CARD %c 1.1.0 ","color: steelblue; background: black; font-weight: bold;","color: white ; background: dimgray; font-weight: bold;"),window.customCards=window.customCards||[],window.customCards.push({type:"status-card",name:"Status Card",preview:!0,description:"A custom card that displays active entities grouped by domain.",documentationURL:"https://developers.home-assistant.io/docs/frontend/custom-ui/custom-card"})})(); + `}}),console.info("%c STATUS-CARD %c 1.1.0 ","color: steelblue; background: black; font-weight: bold;","color: white ; background: dimgray; font-weight: bold;"),window.customCards=window.customCards||[],window.customCards.push({type:"status-card",name:"Status Card",preview:!0,description:"A custom card that displays active entities grouped by domain.",documentationURL:"https://developers.home-assistant.io/docs/frontend/custom-ui/custom-card"})})(); \ No newline at end of file