mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
feat(collection/presentation): support CK editor size
This commit is contained in:
parent
88689f2987
commit
04eeb28c09
@ -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; }
|
Loading…
x
Reference in New Issue
Block a user