Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Increase height of Command component
Sebastian Martinez committed 2 years ago
commit 096e9dddb7de0fa4994a742cfbef5cd232ee8703
parent 2af304eb976dddde1ea0fbecfaee9779a3bf383a
2 files changed +5 -4
modified src/App/Header/Connect.svelte
@@ -152,7 +152,7 @@
        <div class="info">
          To access your local Radicle node on this site, run:
        </div>
-
        <div style:margin="0 1rem 1rem 1rem">
+
        <div style:margin="0.5rem 1rem 1rem 1rem">
          <Command command="radicle-httpd" />
        </div>
      </div>
modified src/components/Command.svelte
@@ -10,14 +10,15 @@
    display: flex;
  }
  .cmd {
+
    height: 2rem;
+
    line-height: 2rem;
    background-color: var(--color-foreground-3);
    border-radius: var(--border-radius-small);
    display: inline-block;
    font-family: var(--font-family-monospace);
-
    font-size: var(--font-size-small);
-
    margin-top: 0.5rem;
+
    font-size: var(--font-size-tiny);
    overflow: hidden;
-
    padding: 2px 0.5rem;
+
    padding: 0 0.5rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;