mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 09:46:03 +00:00
Optimized print layout
This commit is contained in:
@@ -634,9 +634,19 @@ canvas.drawingBuffer {
|
|||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-wrapper {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.fixed-nav {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.calendar button.fc-prev-button,
|
.calendar button.fc-prev-button,
|
||||||
.calendar button.fc-today-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;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user