ink & flash

This commit is contained in:
Simon Martens
2025-05-21 14:12:52 +02:00
parent 86b25946eb
commit b107d44053
4 changed files with 16 additions and 6 deletions

View File

@@ -15596,6 +15596,8 @@ function Startup() {
}
} while (mn);
ze.push({ top: un, bottom: un + gn }), dn.style.top = `${un}px`;
}), sn.forEach((dn) => {
dn.style.visibility = "visible";
});
}
}

File diff suppressed because one or more lines are too long

View File

@@ -404,6 +404,9 @@ function Startup() {
note.style.top = `${top}px`;
});
notes.forEach((note) => {
note.style.visibility = "visible";
});
}
}

View File

@@ -107,6 +107,7 @@
.text .aq,
.text .ul,
.text .dul,
.text .ink,
.text .it,
.text .tl,
.text .pe,
@@ -142,6 +143,10 @@
@apply font-sans;
}
.text .ink {
@apply text-blue-900;
}
.text .line {
@apply inline;
}
@@ -308,7 +313,11 @@
.text div[class^="note-"],
.text div[class*=" note-"] {
@apply text-sm text-slate-800;
@apply text-sm text-slate-800 invisible;
}
.text .page {
@apply font-sans text-sm text-slate-600 invisible;
}
.text .note-hand {
@@ -319,10 +328,6 @@
@apply -mt-1;
}
.text .page {
@apply font-sans text-sm text-slate-600;
}
.text .eanchor-page-inside::before {
content: "|";
@apply text-slate-600 font-sans text-sm relative bottom-[0.15rem] pr-[1ch] print:hidden;