Skip to content

Commit ca74270

Browse files
authored
fix: change the distance between notifications 1px -> 4px (Notifications) (#262)
1 parent 1a719e0 commit ca74270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Notifications/Notifications.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $block: '.#{variables.$ns}notifications';
6868
content: '';
6969
display: block;
7070
border-block-start: 1px solid var(--g-color-line-generic);
71-
margin: 0 12px;
71+
margin: 2px 12px;
7272
}
7373

7474
// :hover
@@ -80,7 +80,7 @@ $block: '.#{variables.$ns}notifications';
8080
content: '';
8181
display: block;
8282
border-block-start: 1px solid transparent;
83-
margin: 0 12px;
83+
margin: 2px 12px;
8484
}
8585

8686
&__notification-wrapper {

0 commit comments

Comments
 (0)