Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix styling of 'More' button
Alexis Sellier committed 3 years ago
commit d690b0bda6016afdfa9e3019abf332ccef577214
parent 138603ffd993e675b9b2d9083f282aa3276bff03
1 file changed +2 -3
modified src/List.svelte
@@ -31,8 +31,7 @@

<style>
  .more {
-
    margin-top: 1rem;
-
    height: 40px;
+
    margin-top: 2rem;
    text-align: center;
  }
</style>
@@ -47,7 +46,7 @@
    {:else}
      <div class="more" transition:fade|local={transitionParams}>
        <Button
-
          variant="secondary"
+
          variant="foreground"
          waiting={loading}
          disabled={loading}
          on:click={fetchMore}>