Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix styles with small window
Alexis Sellier committed 4 years ago
commit e5410fed4e4ec4237cfe9e96281990c78c9b6fe0
parent 0631465e0964f453fb718df2e67b53daa4504942
1 file changed +3 -1
modified src/base/projects/Browser.svelte
@@ -39,11 +39,13 @@
    background-color: var(--color-secondary-background);
    padding: 0.75rem;
    border-radius: 0.25rem;
+
    min-width: max-content;
  }

  .anchor {
-
    margin-left: 0.75rem;
    display: flex;
+
    margin-left: 0.75rem;
+
    min-width: max-content;
  }
  .anchor-widget {
    display: flex;