Skip to content

Commit

Permalink
Decrease vertical spacing between comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Dec 17, 2024
1 parent d6d9c43 commit 9f83489
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/repo/Issue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -335,19 +335,17 @@
}
.connector {
width: 2px;
height: 1.5rem;
height: 1rem;
margin-left: 1.25rem;
background-color: var(--color-background-float);
}
.title-icons {
display: flex;
gap: 1rem;
margin-left: 1rem;
align-items: center;
height: 40px;
}
.metadata-divider {
width: 2px;
background-color: var(--color-fill-ghost);
Expand Down

0 comments on commit 9f83489

Please sign in to comment.