diff --git a/public/viewjs/shoppinglist.js b/public/viewjs/shoppinglist.js index 0bdbfd60..6b0c0583 100644 --- a/public/viewjs/shoppinglist.js +++ b/public/viewjs/shoppinglist.js @@ -545,3 +545,8 @@ $("img.barcode").each(function() img.attr("src", dummyCanvas.toDataURL("image/png")); }); + +if ($(window).width() < 768) +{ + $("#filter-container").removeClass("border-bottom"); +} diff --git a/views/shoppinglist.blade.php b/views/shoppinglist.blade.php index 9ede82c9..20c2106e 100644 --- a/views/shoppinglist.blade.php +++ b/views/shoppinglist.blade.php @@ -72,7 +72,8 @@ -
+
{{count($missingProducts)}} {{ $__n(count($missingProducts), '%s product is below defined min. stock amount', '%s products are below defined min. stock amount') }}