Skip to content

Commit

Permalink
fix: change the distance between notifications 1px -> 4px
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-jpg committed Feb 21, 2025
1 parent 1a719e0 commit a551704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Notifications/Notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $block: '.#{variables.$ns}notifications';
content: '';
display: block;
border-block-start: 1px solid var(--g-color-line-generic);
margin: 0 12px;
margin: 2px 12px;
}

// :hover
Expand All @@ -80,7 +80,7 @@ $block: '.#{variables.$ns}notifications';
content: '';
display: block;
border-block-start: 1px solid transparent;
margin: 0 12px;
margin: 2px 12px;
}

&__notification-wrapper {
Expand Down

0 comments on commit a551704

Please sign in to comment.