Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use monospaced font for repo id on repo card
Konstantinos Maninakis committed 1 year ago
commit e9c783f04a747089739fcf35779dcea59d2f4ace
parent 11b7a92052bd17769349a5a5607f857f91010212
1 file changed +7 -4
modified src/components/RepoCard.svelte
@@ -132,6 +132,12 @@
    align-items: center;
    white-space: nowrap;
  }
+

+
  .rid {
+
    font-family: var(--font-family-monospace);
+
    margin-left: auto;
+
    color: var(--color-foreground-emphasized);
+
  }
</style>

<Link
@@ -189,10 +195,7 @@
            · Updated {formatTimestamp(commit.committer.time)}
          </span>
        {/await}
-
        <span
-
          title={repo.rid}
-
          style:color="var(--color-foreground-emphasized)"
-
          style:margin-left="auto">
+
        <span class="rid" title={repo.rid}>
          {formatRepositoryId(repo.rid)}
        </span>
      </div>