mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 10:15:22 +08:00
style(print): justify the note's text
This commit is contained in:
parent
7702726012
commit
3eccdd5cff
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
.ck-content {
|
.ck-content {
|
||||||
font-size: var(--print-font-size);
|
font-size: var(--print-font-size);
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-readonly-text {
|
.note-detail-readonly-text {
|
||||||
@ -202,7 +203,7 @@ span[style] {
|
|||||||
|
|
||||||
.note-detail-printable figcaption {
|
.note-detail-printable figcaption {
|
||||||
--accented-background-color: transparent;
|
--accented-background-color: transparent;
|
||||||
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user