mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(print): improve code notes
This commit is contained in:
parent
6ad19198c6
commit
81755d804b
@ -151,4 +151,12 @@ span[style] {
|
|||||||
.include-note .include-note-content {
|
.include-note .include-note-content {
|
||||||
max-height: unset !important;
|
max-height: unset !important;
|
||||||
overflow: unset !important;
|
overflow: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Code note specific fixes.
|
||||||
|
*/
|
||||||
|
.note-detail-code pre {
|
||||||
|
border: unset !important;
|
||||||
|
border-radius: unset !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user