Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Hide radicle-httpd tooltip on mobile
Sebastian Martinez committed 2 years ago
commit 87e3c2b5c7ae1e72bb0ecbbd4455af80571f73b9
parent 651ed1af7c7276882369ad6e0b26751b7406dca8
1 file changed +14 -12
modified src/views/home/Index.svelte
@@ -207,20 +207,22 @@
      <svelte:fragment slot="subtitle">
        Pinned projects on your selected seed node
        {#if !nodeId}
-
          <HoverPopover stylePopoverPositionTop="0.5rem">
-
            <div slot="toggle">
-
              <span style:color="var(--color-fill-gray)">
-
                <IconSmall name="info" />
-
              </span>
-
            </div>
+
          <div class="global-hide-on-mobile">
+
            <HoverPopover stylePopoverPositionTop="0.5rem">
+
              <div slot="toggle">
+
                <span style:color="var(--color-fill-gray)">
+
                  <IconSmall name="info" />
+
                </span>
+
              </div>

-
            <div slot="popover" class="popover txt-small">
-
              <div style:padding-bottom="0.5rem">
-
                To browse your local projects, run:
+
              <div slot="popover" class="popover txt-small">
+
                <div style:padding-bottom="0.5rem">
+
                  To browse your local projects, run:
+
                </div>
+
                <Command command="radicle-httpd" />
              </div>
-
              <Command command="radicle-httpd" />
-
            </div>
-
          </HoverPopover>
+
            </HoverPopover>
+
          </div>
        {/if}
      </svelte:fragment>
      <svelte:fragment slot="actions">