From cb8dd3bc99570522a8143cfe84b9db94fc5f8d66 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 7 Apr 2024 08:29:21 +0200 Subject: [PATCH] sizing and navs --- vue3/src/apps/tandoor/Tandoor.vue | 32 ++++++++++++------- vue3/src/apps/tandoor/main.ts | 2 +- .../display/HorizontalMealPlanWindow.vue | 6 ++-- .../display/HorizontalRecipeWindow.vue | 13 ++++---- vue3/src/pages/StartPage.vue | 23 +------------ vue3/src/utils/breakpoint_utils.ts | 26 +++++++++++++++ 6 files changed, 59 insertions(+), 43 deletions(-) create mode 100644 vue3/src/utils/breakpoint_utils.ts diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index 3cc9cf93f..5c4acfcd8 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -1,39 +1,47 @@