updated apps

This commit is contained in:
2026-07-14 23:57:03 -04:00
parent 6cc7212cef
commit 010e828e9c
797 changed files with 45153 additions and 4246 deletions
@@ -311,8 +311,8 @@ class TaskMatePointsCard extends LitElement {
background: var(--card-background-color, white);
border-radius: 16px;
padding: 24px;
min-width: 300px;
max-width: 400px;
min-width: 0;
max-width: min(400px, calc(100vw - 24px));
box-shadow: var(--ha-card-box-shadow, 0 8px 32px rgba(0, 0, 0, 0.2));
animation: slide-up 0.3s ease;
}
@@ -480,6 +480,8 @@ class TaskMatePointsCard extends LitElement {
bottom: 24px;
left: 50%;
transform: translateX(-50%);
max-width: calc(100vw - 24px);
white-space: normal;
padding: 12px 24px;
border-radius: 8px;
color: var(--text-primary-color, #fff);