Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Use monospaced font for repo id on repo card
Konstantinos Maninakis committed 1 year ago
commit e9c783f04a747089739fcf35779dcea59d2f4ace
parent 11b7a92
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>