tag page spacing

This commit is contained in:
perennial
2024-09-29 21:33:57 +10:00
parent 4392b0442f
commit 8aac0944cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{{- block Switcher(baseURL, paths, names, currentPath="artworks") }}
{{- range i, k := paths }}
<a href="{{ baseURL }}{{k}}" class="btn btn-outline-primary btn-sm me-1 mb-2" selected="{{ currentPath == k ? 1 : 0}}">
<a href="{{ baseURL }}{{k}}" class="btn btn-outline-primary{{ currentPath == k ? " active" : "" }} btn-sm me-1 mb-2" role="button" aria-pressed="{{ currentPath == k ? "true" : "false" }}">
{{- names[i] }}
</a>
{{- end }}
+1 -1
View File
@@ -55,7 +55,7 @@
{{- Ratio := isset(.Queries.ratio) ? .Queries.ratio : "" }}
{{- SearchMode := isset(.Queries.smode) ? .Queries.smode : "" }}
<div class="card mb-4">
<div class="card mb-5">
<div class="card-header px-4 py-3">
<h3 class="h4 fw-bold p-0 mb-0">Search settings</h3>
</div>