Skip to content

Commit

Permalink
set right margin to 0 on svgs inside a square notification button (#2871
Browse files Browse the repository at this point in the history
)

Co-authored-by: Prospector <[email protected]>
  • Loading branch information
Khazoda and Prospector authored Nov 3, 2024
1 parent 8643dc0 commit 5d0e436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/frontend/src/components/ui/NotificationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@ function getMessages() {
gap: var(--spacing-card-sm);
}
.notification__actions .iconified-button.square-button svg {
margin-right: 0;
}
.unknown-type {
color: var(--color-red);
}
Expand Down

0 comments on commit 5d0e436

Please sign in to comment.