From 170c7627fd867beb610502fd0b349f12187a55e0 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 31 Jan 2020 18:17:39 +0100 Subject: [PATCH] Only apply fullscreen-no-gutters class when a fullscreen-card is displayed (references #453) --- public/css/grocy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index d2faeea6..a5936971 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -60,7 +60,7 @@ a.discrete-link:focus { background-color: #ffffff; } -.fullscreen-no-gutters { +.fullscreen-card .fullscreen-no-gutters { margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important;