From a861d8a89cfb4dcd0ba4ed974279718bfae34166 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 22 Jun 2025 10:14:02 +0200 Subject: [PATCH] fixed space theming and custom CSS --- cookbook/templates/frontend/tandoor.html | 7 ++++++- vue3/src/apps/tandoor/Tandoor.vue | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cookbook/templates/frontend/tandoor.html b/cookbook/templates/frontend/tandoor.html index 7b7c93907..2b463147a 100644 --- a/cookbook/templates/frontend/tandoor.html +++ b/cookbook/templates/frontend/tandoor.html @@ -33,6 +33,9 @@ + {% if theme_values.custom_theme %} + + {% endif %} @@ -53,7 +56,9 @@ {# } else {#} {# console.warn('service worker not in navigator');#} {# }#} - {#});#} + {#}) + ; + #} diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index 47218846c..ee535cb28 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -3,7 +3,7 @@ - +