Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Small style fix to seed page
Alexis Sellier committed 4 years ago
commit 56bc7bd180062789d27701e085b0c9aacca51ed1
parent 0a65bb22bbf653bf00fec406ae813b96a49bddfc
1 file changed +2 -1
modified src/base/seeds/View.svelte
@@ -35,6 +35,7 @@
    display: grid;
    grid-template-columns: 5rem 4fr 2fr;
    grid-gap: 1rem 2rem;
+
    margin-bottom: 2rem;
  }
  .fields > div {
    justify-self: start;
@@ -77,7 +78,7 @@
      <div class="info">
        <span class="title">
          <span class="bold">
-
            🌱 {host}
+
            {host} 🌱
          </span>
        </span>
      </div>