mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Optimized print layout
This commit is contained in:
parent
8e033d035a
commit
a5a53d1d1e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user