BUGFIX: note anzeigen, margin

This commit is contained in:
Simon Martens
2025-05-21 15:13:19 +02:00
parent b107d44053
commit 83ded9978b
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -264,7 +264,7 @@
} }
.text .sidenote { .text .sidenote {
@apply border-l-4 border-slate-200 pl-2 my-1; @apply border-l-4 border-slate-200 pl-2 my-4;
} }
.text .hand { .text .hand {
@@ -308,12 +308,12 @@
.text .margin-note.note-sidenote-meta, .text .margin-note.note-sidenote-meta,
.text .margin-note.note-hand { .text .margin-note.note-hand {
@apply w-[13rem]; @apply w-[13rem] invisible;
} }
.text div[class^="note-"], .text div[class^="note-"],
.text div[class*=" note-"] { .text div[class*=" note-"] {
@apply text-sm text-slate-800 invisible; @apply text-sm text-slate-800;
} }
.text .page { .text .page {