Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 03ca7e0

Browse files
committed
move notification dot on the space panel up by 1px
1 parent d2fc1c4 commit 03ca7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/structures/_SpacePanel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ $activeBorderColor: $secondary-fg-color;
263263
}
264264

265265
.mx_NotificationBadge_dot {
266-
margin: 1px -1px 0 0;
266+
margin: 0 -1px 0 0;
267267
border: 3px solid $groupFilterPanel-bg-color;
268268
}
269269

0 commit comments

Comments
 (0)