mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 01:05:32 +00:00
ink & flash
This commit is contained in:
@@ -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
@@ -404,6 +404,9 @@ function Startup() {
|
||||
|
||||
note.style.top = `${top}px`;
|
||||
});
|
||||
notes.forEach((note) => {
|
||||
note.style.visibility = "visible";
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user