Various changes

mobile-friendly ui updates
admin user-edit bugfix
file cleanup
added searchFields
add blog search
remove unused code
add maintenance mode config
This commit is contained in:
Joey Kimsey
2025-01-30 13:11:02 -05:00
parent b5996dc7db
commit 5e621883ff
106 changed files with 1154 additions and 787 deletions

View File

@ -1,6 +1,11 @@
<div class="terms-page col-lg-8 mx-auto my-5">
{TERMS}
<div class="text-center py-3">
<a href="#top" class="btn btn-outline-primary">Back to Top</a>
<div class="m-2 m-lg-4">
<div class="col-12 col-lg-8 col-md-10 mx-auto p-2 p-lg-4 rounded shadow-sm context-main-bg">
<h2 class="text-center mb-4">Terms of Service</h2>
<hr>
{TERMS}
<div class="text-center py-3">
<a href="#top" class="btn btn-outline-primary">Back to Top</a>
</div>
</div>
</div>