Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Increase hit area on commit teaser title
Sebastian Martinez committed 2 years ago
commit 8ba5d4e73156b13ebe1b41959d86ed14caa6fa74
parent 780158bb2c3330de8f77f8abaad0c32364c78f6d
1 file changed +12 -2
modified src/views/projects/Commit/CommitTeaser.svelte
@@ -49,6 +49,14 @@
  .summary {
    font-size: var(--font-size-small);
  }
+
  .summary::after {
+
    content: "";
+
    position: absolute;
+
    top: -10px;
+
    right: 0px;
+
    bottom: -10px;
+
    left: -10px;
+
  }
  .summary:hover {
    text-decoration: underline;
  }
@@ -68,8 +76,10 @@
          node: baseUrl,
          commit: commit.id,
        }}>
-
        <div class="summary" use:twemoji>
-
          <InlineMarkdown fontSize="regular" content={commit.summary} />
+
        <div style="position: relative;">
+
          <div class="summary" use:twemoji>
+
            <InlineMarkdown fontSize="regular" content={commit.summary} />
+
          </div>
        </div>
      </Link>
      {#if commit.description}