Skip to content

Commit 64063e0

Browse files
committed
Align hidden-nodes and staged-changes badges flush with the icon corner
1 parent b3e3031 commit 64063e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@
20152015
20162016
.hidden-badge {
20172017
position: absolute;
2018-
top: -2px;
2018+
top: 0;
20192019
right: 0;
20202020
min-width: 16px;
20212021
height: 16px;
@@ -2049,8 +2049,8 @@
20492049
20502050
.mutation-badge {
20512051
position: absolute;
2052-
top: -4px;
2053-
right: -4px;
2052+
top: 0;
2053+
right: 0;
20542054
min-width: 16px;
20552055
height: 16px;
20562056
padding: 0 4px;

0 commit comments

Comments
 (0)