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" > -