Skip to content

Commit

Permalink
More tasks style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Aug 23, 2023
1 parent 1bdc31b commit 9714d67
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/GrampsjsTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class GrampsjsTasks extends GrampsjsTranslateMixin(LitElement) {
}
.item-content {
padding: 16px 8px;
padding: 14px 6px;
display: flex;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -106,9 +106,12 @@ class GrampsjsTasks extends GrampsjsTranslateMixin(LitElement) {
mwc-check-list-item mwc-icon {
color: rgba(0, 0, 0, 0.3);
--mdc-icon-size: 20px;
}
.status-icon mwc-icon {
margin-right: 12px;
position: relative;
top: 4px;
margin-right: 8px;
top: 3px;
}
.success {
Expand Down

0 comments on commit 9714d67

Please sign in to comment.