From abda5264a896bc150fcf827f9205838e8341d75f Mon Sep 17 00:00:00 2001
From: Julien Calixte
Click a link and the next note slides in beside the current one. @@ -447,7 +463,22 @@ const showReviewCard = computed(
Every mention becomes a two-way link. See every note that points @@ -455,7 +486,29 @@ const showReviewCard = computed(
Remanso reads GitHub directly. Edit in your favourite editor. @@ -1278,16 +1331,19 @@ main { } .feat-icon { - width: 28px; - height: 28px; + width: 32px; + height: 32px; display: inline-flex; align-items: center; justify-content: center; - font-family: var(--hw-mono); - font-size: 0.75rem; color: var(--hw-pink-deep); border: 1px solid var(--hw-pink); border-radius: 50%; + + svg { + width: 16px; + height: 16px; + } } /* ── Demo notes ─────────────────────────────────────────────── */