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
- +
diff --git a/views/components/productpicker.blade.php b/views/components/productpicker.blade.php index 4cf715e0..99998514 100644 --- a/views/components/productpicker.blade.php +++ b/views/components/productpicker.blade.php @@ -13,7 +13,11 @@ @php if(empty($nextInputSelector)) { $nextInputSelector = ''; } @endphp
- + not_check_shoppinglist == 1) checked @endif class="form-check-input custom-control-input" type="checkbox" id="not_check_shoppinglist" name="not_check_shoppinglist" value="1">
diff --git a/views/recipes.blade.php b/views/recipes.blade.php index 0c303223..5d1e08ec 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -179,9 +179,8 @@ @endif @if(GROCY_FEATURE_FLAG_STOCK_PRICE_TRACKING)
- + +

{{ $selectedRecipeTotalCosts }}