diff --git a/templates/base.html b/templates/base.html index a523062..a6fea88 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,6 +11,82 @@ src="https://cdn.jsdelivr.net/gh/starfederation/datastar@1.0.0-RC.6/bundles/datastar.js" > {% block head %}{% endblock %} +
diff --git a/templates/partials/table.html b/templates/partials/table.html index de0b1ff..ba7b857 100644 --- a/templates/partials/table.html +++ b/templates/partials/table.html @@ -14,7 +14,7 @@ {% macro pagination_header(items, navigator, target_selector) %}
Showing {{ items.start_index() }}–{{ items.end_index() }} of {{ items.total }} diff --git a/templates/styles.css b/templates/styles.css index bd91bbb..e81e635 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -147,6 +147,10 @@ a { .responsive-table td.mobile-hidden { display: none; } + + .pagination-controls { + display: none; + } } /* Desktop: alternating cards with central line */