mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 01:55:47 +00:00
Improved the responsiveness of the "Create or assign product" dialog
This commit is contained in:
parent
099ac7e75a
commit
e727a38071
@ -243,3 +243,9 @@ $(document).on("Grocy.BarcodeScanned", function(e, barcode)
|
|||||||
Grocy.Components.ProductPicker.GetInputElement().blur();
|
Grocy.Components.ProductPicker.GetInputElement().blur();
|
||||||
}, 200);
|
}, 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");
|
||||||
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user