Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make sure filter tabs are displayed properly on mobile
Rūdolfs Ošiņš committed 3 years ago
commit 2cd3a10f8f13f4c07cf182d449cb9286c876f784
parent ab139cea8db9cc2045b48668baa28f3f76b465a7
2 files changed +2 -1
modified src/components/SquareButton.svelte
@@ -18,6 +18,7 @@
    color: var(--color-foreground);
    font-family: var(--font-family-monospace);
    font-size: var(--font-size-tiny);
+
    white-space: nowrap;
  }

  .small {
modified src/views/projects/Patches.svelte
@@ -107,7 +107,7 @@

<div class="patches">
  <div style="margin-bottom: 1rem;">
-
    <div style="display: flex; gap: 0.5rem;">
+
    <div style="display: flex; gap: 0.5rem; flex-wrap: wrap;">
      {#each options as option}
        {#if option.disabled}
          <SquareButton