Skip to content

Commit

Permalink
adjust badge size in icon layout (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho authored Feb 29, 2024
1 parent 39beb22 commit 29cad8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/cards/trash-card/items/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,15 @@ class IconCard extends LitElement {
overflow: hidden;
font-size: 80%;
text-align: center;
width: fit-content;
padding: 0 1em;
justify-self: center;
border-width: var(--trash-card-badge-border-width, 1px);
border-color: var(--chip-border-color);
border-style: solid;
box-shadow: var(--chip-box-shadow);
box-sizing: content-box;
}
.nextEvent .badge {
font-size: 90;
Expand Down

0 comments on commit 29cad8f

Please sign in to comment.