Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make list scroll under the header properly
Rūdolfs Ošiņš committed 1 year ago
commit 0d84cf55a6a8ea6e25371a52f55a64f70444473e
parent 7ec692738ecd5592321fead26b8894cfacf906f7
1 file changed +3 -3
modified src/views/repo/Layout.svelte
@@ -23,17 +23,17 @@

  .header {
    grid-column: 1 / 4;
-
    margin-bottom: 1rem;
+
    border-bottom: 2px solid var(--color-background-default);
  }

  .sidebar {
    grid-column: 1 / 2;
-
    margin-left: 1rem;
-
    margin-right: 0.5rem;
+
    margin: 1rem 0.5rem 0 1rem;
    min-width: 14rem;
  }

  .content {
+
    padding-top: 1rem;
    grid-column: 2 / 3;
    overflow: scroll;
    overscroll-behavior: none;