diff --git a/todoist-card.js b/todoist-card.js index 9c84802..e7d0364 100644 --- a/todoist-card.js +++ b/todoist-card.js @@ -487,7 +487,7 @@ class TodoistCard extends LitElement { flex-direction: row; line-height: 48px; } - + .todoist-item-completed { color: #808080; } @@ -525,6 +525,10 @@ class TodoistCard extends LitElement { border-radius: 5px; font-size: 16px; } + + .todoist-item ha-icon-button ha-icon { + margin-top: -10px; + } `; } }