Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Tweak changes tab responsiveness
Rūdolfs Ošiņš committed 1 year ago
commit daa883424b55dcb7239b95bd82dcc78b130e0a0e
parent fdebe237a9354a22fc45e001bc91647dfc67387c
1 file changed +2 -4
modified src/views/projects/Changeset.svelte
@@ -45,9 +45,11 @@
  }
  .additions {
    color: var(--color-foreground-success);
+
    white-space: nowrap;
  }
  .deletions {
    color: var(--color-foreground-red);
+
    white-space: nowrap;
  }
  .diff-list {
    display: flex;
@@ -63,9 +65,6 @@
    .diff-list {
      padding: 1rem 0;
    }
-
    .header {
-
      align-items: flex-start;
-
    }
  }
</style>

@@ -73,7 +72,6 @@
  <div class="summary">
    <span>{diffDescription(diff.files)}</span>
    with
-
    <br class="global-hide-on-small-desktop-up" />
    <span class:additions={diff.stats.insertions > 0}>
      {diff.stats.insertions}
      {pluralize("insertion", diff.stats.insertions)}