Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix a few styles
Alexis Sellier committed 4 years ago
commit 3b963ddc8b39f1051f1de8e867102d4b41c978e7
parent 49169eeeeb31bd1f52fe919b41ee7e7a14b9af5c
2 files changed +3 -5
modified src/SeedAddress.svelte
@@ -25,7 +25,6 @@
  }
</style>

-

<div>
  <div class="seed-address">
    <span class="seed-icon">{seed.emoji}</span>
@@ -36,6 +35,6 @@
      <span><a href="/seeds/{seed.host}" class="link">{seed.host}</a></span>
    {/if}
  </div>
-
  <Clipboard text={full ? formatSeedAddress(seed.id, seed.host, port) : seed.host} />
+
  <Clipboard small text={full ? formatSeedAddress(seed.id, seed.host, port) : seed.host} />
</div>
<div class="desktop"/>
modified src/base/projects/Blob.svelte
@@ -101,8 +101,8 @@
    position: absolute;
    width: 100%;
    height: 1.5rem;
-
    opacity: 0.3;
    top: 1rem;
+
    opacity: 0.1;
    background-color: var(--color-yellow);
  }

@@ -119,8 +119,7 @@
      font-size: 0.875rem;
    }
    .highlight {
-
      transform: translateY(-3px);
-
      height: 1.2rem;
+
      display: none;
    }
  }
</style>