From fe0b758bfc8d3993babebc7a4822b7d75b92f26d Mon Sep 17 00:00:00 2001 From: Kendell R Date: Wed, 17 Feb 2021 14:45:39 -0800 Subject: [PATCH] Update public/css/grocy_night_mode.css --- public/css/grocy_night_mode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index f69a7123..b5bd8d58 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -315,6 +315,6 @@ body.night-mode { .night-mode .qr-code { background-color: #eee; - padding: 10px; + padding: min(1.5vw, 20px); border-radius: 10px; }