From 8f785d5349e7880afcaac259fe9a05ee9e5d0e0f Mon Sep 17 00:00:00 2001 From: Konstantin Grinkevich Date: Mon, 29 Nov 2021 17:24:38 +0200 Subject: [PATCH] Fixed icons alignment. --- todoist-card.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; + } `; } }