Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Source tree padding only on mobile
Alexis Sellier committed 4 years ago
commit da9eccdd25bf109fd35539f77aaba4055b116aa8
parent 41708ce87fc3e238c5717743e03cf55ac5e738c8
1 file changed +3 -1
modified src/base/projects/Browser.svelte
@@ -260,7 +260,6 @@

  .source-tree {
    overflow-x: hidden;
-
    padding-top: 1rem;
  }
  .file-not-found {
    text-align: center;
@@ -297,6 +296,9 @@
      padding: 1rem 0;
      min-width: 0;
    }
+
    .source-tree {
+
      padding-top: 1rem;
+
    }
    .dropdown {
      left: 32px;
      z-index: 10;