From fc91f86922e236718d8cb62e7a10ecae84391bc0 Mon Sep 17 00:00:00 2001 From: teddy Date: Fri, 25 Oct 2024 17:51:00 +0100 Subject: [PATCH] Fix: Public pages not loading due to missing store JavaScript variables for store pages in router. --- static/css/pages/core/contact.css | 5 +- static/dist/css/core_contact.bundle.css | 5 +- templates/layouts/layout.html | 172 +++--------------------- 3 files changed, 30 insertions(+), 152 deletions(-) diff --git a/static/css/pages/core/contact.css b/static/css/pages/core/contact.css index 3ae972ba..2ced1cbb 100644 --- a/static/css/pages/core/contact.css +++ b/static/css/pages/core/contact.css @@ -6,7 +6,10 @@ } #pageBody > .card:not(:first-of-type) { } - +#email { + min-width: 40vw; + width: 40vw; +} /* .content > a { diff --git a/static/dist/css/core_contact.bundle.css b/static/dist/css/core_contact.bundle.css index 683102e7..a029db9e 100644 --- a/static/dist/css/core_contact.bundle.css +++ b/static/dist/css/core_contact.bundle.css @@ -6,7 +6,10 @@ } #pageBody > .card:not(:first-of-type) { } - +#email { + min-width: 40vw; + width: 40vw; +} /* .content > a { diff --git a/templates/layouts/layout.html b/templates/layouts/layout.html index 4b8dadd2..2dec77a2 100644 --- a/templates/layouts/layout.html +++ b/templates/layouts/layout.html @@ -47,159 +47,31 @@ -->