mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-13 04:43:48 -06:00
feat(collection/presentation): support CK editor size
This commit is contained in:
parent
88689f2987
commit
04eeb28c09
@ -6,3 +6,15 @@ figure img {
|
|||||||
span.katex-html {
|
span.katex-html {
|
||||||
display: none !important;
|
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; }
|
||||||
Loading…
x
Reference in New Issue
Block a user