mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
feat(collection/presentation): support CK editor size
This commit is contained in:
@@ -5,4 +5,16 @@ 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; }
|
||||||
Reference in New Issue
Block a user