Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Align Edit button on registration form
Rūdolfs Ošiņš committed 3 years ago
commit fa4d528395a8c2d776c2b624dd475f704215e485
parent 48b5c5bf0719057e8e4a8d8584ee73698585d337
1 file changed +1 -4
modified src/base/registrations/View.svelte
@@ -226,9 +226,6 @@
      padding-right: 1rem;
    }
  }
-
  .domain {
-
    margin-bottom: 2rem;
-
  }
</style>

<svelte:head>
@@ -264,7 +261,7 @@
{:else if state.status === Status.Found}
  <main>
    <header>
-
      <div class="domain txt-title txt-bold">{domain}</div>
+
      <div class="txt-title txt-bold">{domain}</div>
      <div style="width: 4rem;">
        {#if !editable}
          <Button