mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Improved recipe header display on small screens
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
<div class="card-body mb-0 pb-0">
|
<div class="card-body mb-0 pb-0">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-3">
|
<div class="col-5">
|
||||||
@include('components.numberpicker', array(
|
@include('components.numberpicker', array(
|
||||||
'id' => 'servings-scale',
|
'id' => 'servings-scale',
|
||||||
'label' => 'Servings',
|
'label' => 'Servings',
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
'additionalAttributes' => 'data-recipe-id="' . $selectedRecipe->id . '"'
|
'additionalAttributes' => 'data-recipe-id="' . $selectedRecipe->id . '"'
|
||||||
))
|
))
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-7">
|
||||||
<label>{{ $L('Costs') }}
|
<label>{{ $L('Costs') }}
|
||||||
<span class="small text-muted">{{ $L('Based on the prices of the last purchase per product') }}</span>
|
<span class="small text-muted">{{ $L('Based on the prices of the last purchase per product') }}</span>
|
||||||
</label>
|
</label>
|
||||||
|
Reference in New Issue
Block a user