Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Small visual improvements
Alexis Sellier committed 4 years ago
commit f4f08a32c48745a2fbbf0a664ce49540f1b65223
parent e4e69334ff264e4bdb10f12c8ca4b8e908be05de
2 files changed +2 -1
modified src/Form.svelte
@@ -43,6 +43,7 @@
    border: 1px dashed transparent;
    padding: 0.25rem 1rem;
    margin: 0;
+
    white-space: nowrap;
  }

  input.field {
modified src/base/orgs/View.svelte
@@ -1,8 +1,8 @@
<script lang="ts">
  import * as ethers from 'ethers';
  import { onMount } from 'svelte';
-
  import { Link } from 'svelte-routing';
  import type { SvelteComponent } from 'svelte';
+
  import Link from '@app/Link.svelte';
  import type { Config } from '@app/config';
  import type { Registration } from '@app/base/registrations/registrar';
  import { getRegistration } from '@app/base/registrations/registrar';