Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Revert bottom padding in patch revision descriptions
Sebastian Martinez committed 2 years ago
commit 1324c8e32052c342d82187d72cf86fa3fe1ee764
parent 00c08ddd66fea281595dc8b14b7ae7255f8c03d8
1 file changed +1 -1
modified src/views/projects/Cob/Revision.svelte
@@ -206,6 +206,7 @@
    border-bottom: 1px solid var(--color-fill-separator);
    display: flex;
    flex-direction: column;
+
    padding-bottom: 1rem;
    font-size: var(--font-size-small);
  }
  .authorship-header {
@@ -226,7 +227,6 @@
    align-items: center;
    padding-left: 2rem;
    gap: 0.5rem;
-
    padding-bottom: 1rem;
  }
  .commits {
    position: relative;