Change link-cards height

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-05-04 15:19:20 +02:00
parent c314445219
commit 73b668b204
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -242,7 +242,9 @@ const headings = extractHeadings(entry.body ?? "");
const s = document.createElement("style");
s.id = "heading-anchor-styles";
s.textContent = `
.note-content h2, .note-content h3, .note-content h4 {
.note-content h2:not(.link-card h2),
.note-content h3:not(.link-card h3),
.note-content h4:not(.link-card h4) {
display: flex !important;
align-items: center;
flex-wrap: wrap;