Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix hidden overflow for rid copy tooltip in RepoCard
Sebastian Martinez committed 11 months ago
commit 66a7c9821021a01a6180c788b35ef4941efa23d1
parent c607fd7177e8a98de11a9d5d1fcccfac589d02ab
1 file changed +1 -2
modified src/components/RepoCard.svelte
@@ -36,7 +36,6 @@
    border-radius: var(--border-radius-small);
    background-color: var(--color-background-float);
    padding: 0.75rem 1rem;
-
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
@@ -56,7 +55,7 @@
    bottom: 1.5rem;
    right: 0;
    width: calc(100% - 3rem);
-
    max-width: 24rem;
+
    max-width: 22rem;
  }

  .activity > .fadeout-overlay {