Optimized print layout

This commit is contained in:
Bernd Bestel 2022-02-11 17:47:35 +01:00
parent 8e033d035a
commit a5a53d1d1e
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -634,9 +634,19 @@ canvas.drawingBuffer {
flex-basis: 100%;
}
.content-wrapper {
margin-left: 0;
}
body.fixed-nav {
padding-top: 0;
}
.calendar button.fc-prev-button,
.calendar button.fc-today-button,
.calendar button.fc-next-button {
.calendar button.fc-next-button,
.calendar button.fc-agendaWeek-button,
.calendar button.fc-agendaDay-button {
display: none;
}
}