From 975cf207ef35d7b71a7cc78dfe3f7c983bf0bf4e Mon Sep 17 00:00:00 2001 From: skeptrune Date: Mon, 16 Dec 2024 14:31:28 -0800 Subject: [PATCH] bugfix: mobile tabs for demo page horizontally scroll now --- server/src/public/page.html | 13 ++++++++ server/static/output.css | 64 ++++++------------------------------- 2 files changed, 23 insertions(+), 54 deletions(-) diff --git a/server/src/public/page.html b/server/src/public/page.html index 9648aa517..1d862fc51 100644 --- a/server/src/public/page.html +++ b/server/src/public/page.html @@ -342,6 +342,19 @@
{% endif %} {% if tabs|length > 0 %} {% include "tabs.html" %} {% else %} {% include "search-component-code.html" %} {% endif %} + + + {% if logged_in %} + Back To Dashboard + {% endif %} + {% if params.singleProductOptions and + params.singleProductOptions.productName %} {% include "product.html" %} + {% endif %} {% if tabs|length > 0 %} {% include "tabs.html" %} {% else + %} {% include "search-component-code.html" %} {% endif %}
{% if logged_in %}