mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-17 12:01:41 +08:00
fix(print): disable rounded corners on some containers
This commit is contained in:
parent
30b1da0f41
commit
cd031336ab
@ -51,6 +51,7 @@ body {
|
|||||||
.note-split:not(.hidden-ext) {
|
.note-split:not(.hidden-ext) {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rest-pane,
|
#rest-pane,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user