fix(print): sidebar reduces width

This commit is contained in:
Elian Doran 2025-01-31 23:49:51 +02:00
parent 3720ca6fc4
commit ae5a9df5cc
No known key found for this signature in database

View File

@ -56,9 +56,10 @@ body {
border-radius: 0 !important; border-radius: 0 !important;
} }
#center-pane,
#rest-pane, #rest-pane,
.note-split { .note-split {
width: 100% !important; width: unset !important;
max-width: unset !important; max-width: unset !important;
} }