Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Flip settings and radicle.xyz in the footer
Rūdolfs Ošiņš committed 2 years ago
commit 0b56f31dad09d4e238db7eaebaf7a35d2685dd84
parent acbad456fdd3d8fe6b5f9acc8c66b3929b218350
1 file changed +15 -15
modified src/App/Footer.svelte
@@ -40,6 +40,21 @@

<div class="footer">
  <div class="left">
+
    <Popover popoverPositionBottom="2rem" popoverPositionLeft="0">
+
      <IconButton slot="toggle" let:toggle on:click={toggle}>
+
        <IconSmall name="settings" />
+
        Settings
+
      </IconButton>
+

+
      <Settings slot="popover" />
+
    </Popover>
+
  </div>
+

+
  <div class="center">
+
    Press <KeyHint>?</KeyHint>
+
    for keyboard shortcuts
+
  </div>
+
  <div class="right">
    <a
      style:display="flex"
      style:align-items="center"
@@ -51,19 +66,4 @@
      <IconSmall name="arrow-box-up-right" />
    </a>
  </div>
-

-
  <div class="center">
-
    Press <KeyHint>?</KeyHint>
-
    for keyboard shortcuts
-
  </div>
-
  <div class="right">
-
    <Popover popoverPositionBottom="2rem" popoverPositionRight="0">
-
      <IconButton slot="toggle" let:toggle on:click={toggle}>
-
        <IconSmall name="settings" />
-
        Settings
-
      </IconButton>
-

-
      <Settings slot="popover" />
-
    </Popover>
-
  </div>
</div>