From fd06e45605e0d64c127b3d03122a4c6ff68e48b7 Mon Sep 17 00:00:00 2001 From: Adam Schmalhofer Date: Fri, 9 Aug 2024 15:03:32 +0200 Subject: [PATCH] Give recipe modal in meal plan space for Ingredients/Preparation being side-by-side --- public/css/grocy.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 604f7acd..452d76b2 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -278,6 +278,13 @@ a:not([href]) { z-index: 99998; } +/* Give recipe modal in meal plan space for Ingredients/Preparation side-by-side */ +@media (min-width: 992px) { + .modal-xl { + max-width: 1100px; + } +} + /* Third party component customizations - DataTables */ .dataTable td { vertical-align: middle !important; @@ -526,4 +533,4 @@ canvas.drawingBuffer { .not-allowed { pointer-events: none; opacity: 0.5; -} +} \ No newline at end of file