Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve some styling and add pins
Alexis Sellier committed 4 years ago
commit 7516f644c3e0133d88529528d6d04ce78ed08191
parent 9c9e883efb29a9c80597ccf3f0753d9ab67c3368
2 files changed +6 -5
modified src/Card.svelte
@@ -29,9 +29,9 @@

<style>
  .card {
-
    width: 10rem;
-
    height: 10rem;
-
    margin-right: 3rem;
+
    width: 12rem;
+
    height: 10.5rem;
+
    margin-right: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
@@ -57,10 +57,9 @@
    font-weight: var(--font-weight-medium);
    margin-top: 0.75rem;
    border-radius: 0.75rem;
-
    padding: 0rem 0.5rem;
+
    padding: 0rem;
    text-overflow: ellipsis;
    overflow-x: hidden;
-
    max-width: 8rem;
  }
  .card-members {
    font-size: 0.875rem;
modified src/config.json
@@ -18,6 +18,8 @@
        "community.radicle.eth",
        "upstream.radicle.eth",
        "gnosisguild.radicle.eth",
+
        "grants.radicle.eth",
+
        "gip-editors.radicle.eth",
        "dxdao.radicle.eth"
      ]
    },