Skip to content

Commit

Permalink
Fixed icons alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
grinstantin committed Nov 29, 2021
1 parent 95fcbf4 commit 8f785d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion todoist-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class TodoistCard extends LitElement {
flex-direction: row;
line-height: 48px;
}
.todoist-item-completed {
color: #808080;
}
Expand Down Expand Up @@ -525,6 +525,10 @@ class TodoistCard extends LitElement {
border-radius: 5px;
font-size: 16px;
}
.todoist-item ha-icon-button ha-icon {
margin-top: -10px;
}
`;
}
}
Expand Down

0 comments on commit 8f785d5

Please sign in to comment.