feat(collection/presentation): support CK editor size

This commit is contained in:
Elian Doran 2025-10-16 14:47:23 +03:00
parent 88689f2987
commit 04eeb28c09
No known key found for this signature in database

View File

@ -5,4 +5,16 @@ figure img {
span.katex-html {
display: none !important;
}
}
p:has(span.text-tiny),
p:has(span.text-small),
p:has(span.text-big),
p:has(span.text-huge) {
line-height: unset !important;
}
span.text-tiny { font-size: 0.5em; }
span.text-small { font-size: 0.75em; }
span.text-big { font-size: 1.5em; }
span.text-huge { font-size: 2em; }