mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 17:25:32 +00:00
ink & flash
This commit is contained in:
@@ -15596,6 +15596,8 @@ function Startup() {
|
|||||||
}
|
}
|
||||||
} while (mn);
|
} while (mn);
|
||||||
ze.push({ top: un, bottom: un + gn }), dn.style.top = `${un}px`;
|
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`;
|
note.style.top = `${top}px`;
|
||||||
});
|
});
|
||||||
|
notes.forEach((note) => {
|
||||||
|
note.style.visibility = "visible";
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -107,6 +107,7 @@
|
|||||||
.text .aq,
|
.text .aq,
|
||||||
.text .ul,
|
.text .ul,
|
||||||
.text .dul,
|
.text .dul,
|
||||||
|
.text .ink,
|
||||||
.text .it,
|
.text .it,
|
||||||
.text .tl,
|
.text .tl,
|
||||||
.text .pe,
|
.text .pe,
|
||||||
@@ -142,6 +143,10 @@
|
|||||||
@apply font-sans;
|
@apply font-sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text .ink {
|
||||||
|
@apply text-blue-900;
|
||||||
|
}
|
||||||
|
|
||||||
.text .line {
|
.text .line {
|
||||||
@apply inline;
|
@apply inline;
|
||||||
}
|
}
|
||||||
@@ -308,7 +313,11 @@
|
|||||||
|
|
||||||
.text div[class^="note-"],
|
.text div[class^="note-"],
|
||||||
.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 {
|
.text .note-hand {
|
||||||
@@ -319,10 +328,6 @@
|
|||||||
@apply -mt-1;
|
@apply -mt-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text .page {
|
|
||||||
@apply font-sans text-sm text-slate-600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text .eanchor-page-inside::before {
|
.text .eanchor-page-inside::before {
|
||||||
content: "|";
|
content: "|";
|
||||||
@apply text-slate-600 font-sans text-sm relative bottom-[0.15rem] pr-[1ch] print:hidden;
|
@apply text-slate-600 font-sans text-sm relative bottom-[0.15rem] pr-[1ch] print:hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user