diff --git a/app/app.scss b/app/app.scss
index 7ce68960..45589834 100644
--- a/app/app.scss
+++ b/app/app.scss
@@ -241,7 +241,7 @@ button {
ActivityIndicator {
width: 24;
height: 24;
- margin: 12;
+ margin: 14;
color: $orange;
}
@@ -395,6 +395,9 @@ ActivityIndicator {
padding: 14 16;
line-height: 4;
}
+ .t {
+ padding: 14 0;
+ }
}
.done {
opacity: 0.5;
@@ -406,6 +409,9 @@ ActivityIndicator {
padding: 16 24;
line-height: 4;
}
+.t5 {
+ font-size: $t5;
+}
// -----------------------------
// AppBar
@@ -449,6 +455,12 @@ ActivityIndicator {
width: 100%;
padding: 0 16 16;
}
+.ingActions {
+ orientation: horizontal;
+ button {
+ margin-right: 16;
+ }
+}
// -----------------------------
// MealPlanner
diff --git a/app/components/CookingTimer.vue b/app/components/CookingTimer.vue
index 24eaf053..8c16dd1b 100644
--- a/app/components/CookingTimer.vue
+++ b/app/components/CookingTimer.vue
@@ -38,8 +38,8 @@
:hidden="showUndo"
columns="auto, *, auto"
>
-
-
+
+
@@ -44,7 +46,6 @@
@loaded="setGravity"
:text="recipe.cuisine | L"
editable="false"
- @focus="!modalOpen && showCuisine(1)"
@tap="showCuisine(0)"
/>
@@ -52,10 +53,8 @@
@@ -63,13 +62,14 @@
@@ -79,7 +79,6 @@
@loaded="setGravity"
:text="timeRequired('prepTime')"
editable="false"
- @focus="!modalOpen && setTimeRequired(1, 'prepTime')"
@tap="setTimeRequired(0, 'prepTime')"
/>
@@ -87,10 +86,8 @@
@@ -100,11 +97,12 @@
@@ -113,7 +111,6 @@
@loaded="setGravity"
:text="`${recipe.yieldUnit}` | L"
editable="false"
- @focus="!modalOpen && showYieldUnits(1)"
@tap="showYieldUnits(0)"
/>
@@ -123,10 +120,8 @@
@@ -140,50 +135,58 @@
-
-
+
+
+
+
-
-
+
+
+
-
-
+
+