Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Tweak spacings between sections
Rūdolfs Ošiņš committed 1 year ago
commit 023b2f050395b0dad0cbdeb26a7297e982189d0b
parent e862a511ec34687c8a4a6b38baf23ab013391d61
1 file changed +2 -2
modified src/components/Revision.svelte
@@ -359,7 +359,7 @@
  </CommentComponent>
</div>

-
<div style:margin="1rem 0">
+
<div style:margin={hideReviews ? "1.5rem 0 1.5rem 0" : "1.5rem 0 2.5rem 0"}>
  <div class="global-flex">
    <NakedButton
      disabled={revision.reviews?.length === 0}
@@ -413,7 +413,7 @@
  {/if}
</div>

-
<div style:margin="1rem 0">
+
<div style:margin={hideDiscussion ? "1.5rem 0" : "0 0 2.5rem 0"}>
  <div class="global-flex">
    <NakedButton
      variant="ghost"