From a5a53d1d1e269496b225d9ff0194f09e23a61020 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 11 Feb 2022 17:47:35 +0100 Subject: [PATCH] Optimized print layout --- public/css/grocy.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 7b0ce2d2..b5fea6c8 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -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; } }