mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
tag page spacing
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user