Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Decrease vertical spacing between comments
Rūdolfs Ošiņš committed 1 year ago
commit 9f83489634baee3aeafde54c8a5eee9b34bcb5fb
parent d6d9c43ee6ab75f30080f8716be7b9563def9231
1 file changed +1 -3
modified src/views/repo/Issue.svelte
@@ -335,11 +335,10 @@
  }
  .connector {
    width: 2px;
-
    height: 1.5rem;
+
    height: 1rem;
    margin-left: 1.25rem;
    background-color: var(--color-background-float);
  }
-

  .title-icons {
    display: flex;
    gap: 1rem;
@@ -347,7 +346,6 @@
    align-items: center;
    height: 40px;
  }
-

  .metadata-divider {
    width: 2px;
    background-color: var(--color-fill-ghost);