From 4578642cc4d4f5169a45cb06a4fe332c2313fcfc Mon Sep 17 00:00:00 2001 From: Sudo-JHare Date: Tue, 15 Apr 2025 22:20:40 +1000 Subject: [PATCH] incremental forced bootstrap css files and JS files into source to overrride DOM issues --- app/templates/base.html | 57 ++++++++++++++++++---------------- static/bootstrap.bundle.min.js | 7 +++++ static/bootstrap.min.css | 6 ++++ 3 files changed, 44 insertions(+), 26 deletions(-) create mode 100644 static/bootstrap.bundle.min.js create mode 100644 static/bootstrap.min.css diff --git a/app/templates/base.html b/app/templates/base.html index 68f0f95..6269a26 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -4,7 +4,7 @@ SMARTFLARE - Smart App Gallery - {% block title %}{% endblock %} - +