Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve display of lastCommit in Blob component
Sebastian Martinez committed 3 years ago
commit d68e6c7f0a976d694ca226bd040eb0161a407200
parent 1254d15d3d463980d209fb88fdb4969a590ff68b
1 file changed +11 -0
modified src/base/projects/Blob.svelte
@@ -56,10 +56,15 @@
    display: flex;
    flex-direction: row;
    align-items: center;
+
    justify-content: flex-end;
+
    overflow-x: hidden;
+
    text-overflow: ellipsis;
+
    width: 100%;
  }

  header .file-name {
    font-weight: var(--font-weight-normal);
+
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
@@ -159,6 +164,12 @@
      display: none;
    }
  }
+

+
  @media (max-width: 720px) {
+
    .right {
+
      justify-content: center;
+
    }
+
  }
</style>

<div class:markdown={isMarkdown}>