Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make sidebar scrollable
✓ CI success Rūdolfs Ošiņš committed 1 year ago
commit ecf420ab5abe713883d3497658dcfe209edd867b
parent 26399961afae6e57a6559b9527bee2b28354a62a
1 passed (1 total) View logs
2 files changed +2 -0
modified src/views/repo/Issue.svelte
@@ -40,6 +40,7 @@
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
+
    padding-bottom: 1rem;
  }
  .content {
    padding: 0 1rem 1rem 1rem;
modified src/views/repo/Layout.svelte
@@ -22,6 +22,7 @@
    grid-column: 1 / 2;
    margin: 1rem 0.5rem 0 1rem;
    min-width: 14rem;
+
    overflow: scroll;
  }

  .content {