Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make all icon buttons square
Rūdolfs Ošiņš committed 1 year ago
commit 1db0108425c57ccb2030a5e37f3049f6fdc43d5d
parent ea43ffd44e343a4887ae952ed5e5d0983265298c
1 file changed +7 -4
modified src/components/Header.svelte
@@ -51,26 +51,29 @@
<div class="header global-flex">
  <div class="wrapper">
    <div class="top-row">
-
      <div class="global-flex" style:gap="0">
+
      <div class="global-flex" style:gap="0.25rem">
        <NakedButton
          variant="ghost"
          onclick={() => {
            void router.push({ resource: "home" });
-
          }}>
+
          }}
+
          stylePadding="0 4px">
          <Avatar {publicKey} />
        </NakedButton>
        <NakedButton
          variant="ghost"
          onclick={() => {
            window.history.back();
-
          }}>
+
          }}
+
          stylePadding="0 4px">
          <Icon name="arrow-left" />
        </NakedButton>
        <NakedButton
          variant="ghost"
          onclick={() => {
            window.history.forward();
-
          }}>
+
          }}
+
          stylePadding="0 4px">
          <Icon name="arrow-right" />
        </NakedButton>
      </div>