diff --git a/localization/strings.pot b/localization/strings.pot index 3292c1bd..8664ed79 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1789,3 +1789,9 @@ msgstr "" msgid "Show an icon if the product is already on the shopping list" msgstr "" + +msgid "Calories" +msgstr "" + +msgid "By default the amount to be added to the shopping list is `needed amount - stock amount - shopping list amount` - when this is enabled, it is only checked against the stock amount, not against what is already on the shopping list" +msgstr "" diff --git a/public/css/grocy.css b/public/css/grocy.css index 3ddb9d27..90652da6 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -488,11 +488,16 @@ canvas.drawingBuffer { flex-wrap: wrap; } -.custom-control-label { +.form-control-lg .custom-control-label { padding-top: 7px; padding-left: 10px; } +.custom-control-label { + padding-top: 13px; + padding-left: 10px; +} + .custom-control-label::before, .custom-control-label::after { top: 0.8rem; diff --git a/views/components/numberpicker.blade.php b/views/components/numberpicker.blade.php index d74e80af..623e0103 100644 --- a/views/components/numberpicker.blade.php +++ b/views/components/numberpicker.blade.php @@ -17,7 +17,9 @@ @php if(!isset($noNameAttribute)) { $noNameAttribute = false; } @endphp