mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
Improved the responsiveness of the "Create or assign product" dialog
This commit is contained in:
@@ -243,3 +243,9 @@ $(document).on("Grocy.BarcodeScanned", function(e, barcode)
|
||||
Grocy.Components.ProductPicker.GetInputElement().blur();
|
||||
}, 200);
|
||||
});
|
||||
|
||||
$(document).on("shown.bs.modal", function(e)
|
||||
{
|
||||
$(".modal-footer").addClass("d-block").addClass("d-sm-flex");
|
||||
$(".modal-footer").find("button").addClass("mt-2").addClass("mt-sm-0");
|
||||
})
|
||||
|
Reference in New Issue
Block a user