From cced311e217ebcf14b31e213c6170008ecf5cc98 Mon Sep 17 00:00:00 2001 From: Adam Schmalhofer Date: Sat, 2 Oct 2021 22:53:08 +0200 Subject: [PATCH] Made @berrnd's requested changes - hide tabs - add spacing between ingredients/preparation --- public/css/grocy.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 999e8ba5..10075f8e 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -654,11 +654,12 @@ canvas.drawingBuffer { } .fullscreen #ingredients-0 { - min-width: 20rem; - max-width: 20rem; - } - .fullscreen .nav-link[href="#ingredients-0"] { width: 20rem; + padding-right: 3rem; + } + + .fullscreen .grocy-tabs { + display: none; } .fullscreen .tab-content {