fix(print): remove title & reduce paddings

This commit is contained in:
Elian Doran 2025-01-31 20:43:35 +02:00
parent d201fe7a06
commit 4a5bf28f06
No known key found for this signature in database

View File

@ -1611,6 +1611,7 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
#launcher-pane, #launcher-pane,
#left-pane, #left-pane,
#right-pane, #right-pane,
.title-row .note-icon-widget,
.title-row .button-widget, .title-row .button-widget,
.ribbon-container, .ribbon-container,
.scroll-padding-widget, .scroll-padding-widget,
@ -1627,6 +1628,8 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
overflow: auto; overflow: auto;
} }
.note-title-widget input,
.note-detail-editable-text,
.note-detail-editable-text-editor { .note-detail-editable-text-editor {
padding: 0 !important; padding: 0 !important;
} }