mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Optimized shopping list header
This commit is contained in:
@@ -545,3 +545,8 @@ $("img.barcode").each(function()
|
||||
|
||||
img.attr("src", dummyCanvas.toDataURL("image/png"));
|
||||
});
|
||||
|
||||
if ($(window).width() < 768)
|
||||
{
|
||||
$("#filter-container").removeClass("border-bottom");
|
||||
}
|
||||
|
Reference in New Issue
Block a user