Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Responsive project stats
Alexis Sellier committed 4 years ago
commit 191644e000d148522ec1866e8e80936f191ed2f0
parent 17f048c87a6c8ff63508dc267324aa91530bb418
1 file changed +3 -5
modified src/base/projects/Browser.svelte
@@ -76,10 +76,11 @@
    display: flex;
    align-items: center;
    justify-content: left;
+
    flex-wrap: wrap;
+
    gap: 0.5rem;

  }
  main > header > * {
-
    margin-right: 0.75rem;
    border-radius: 0.25rem;
    min-width: max-content;
  }
@@ -93,7 +94,7 @@
  }

  .anchor {
-
    display: flex;
+
    display: inline-flex;
  }
  .anchor-widget {
    display: flex;
@@ -167,9 +168,6 @@
    main > header, .container {
      padding-left: 2rem;
    }
-
    .stat {
-
      display: none;
-
    }
  }
</style>