Optimized shopping list header

This commit is contained in:
Bernd Bestel
2020-12-21 16:29:39 +01:00
parent f0d99a5714
commit e97fccd03a
2 changed files with 7 additions and 1 deletions

View File

@@ -545,3 +545,8 @@ $("img.barcode").each(function()
img.attr("src", dummyCanvas.toDataURL("image/png"));
});
if ($(window).width() < 768)
{
$("#filter-container").removeClass("border-bottom");
}