aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/catalog.html
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-16 14:28:35 -0300
committerLibravatar Choom 2023-01-18 04:07:45 -0300
commit6abfc7494d0566aba5318bcfc2b4784727982a42 (patch)
tree73390b60fc1f3113489f4e2ca43b549a2451a7ff /cgi/templates/catalog.html
parent1f988f01c7eee932ef7d2fb80de5a2b3792097d3 (diff)
downloadweabot-6abfc7494d0566aba5318bcfc2b4784727982a42.tar.gz
weabot-6abfc7494d0566aba5318bcfc2b4784727982a42.tar.xz
weabot-6abfc7494d0566aba5318bcfc2b4784727982a42.zip
Fix css mobile
Diffstat (limited to 'cgi/templates/catalog.html')
-rw-r--r--cgi/templates/catalog.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/cgi/templates/catalog.html b/cgi/templates/catalog.html
index d4822ae..204f43a 100644
--- a/cgi/templates/catalog.html
+++ b/cgi/templates/catalog.html
@@ -8,7 +8,6 @@
<a href="?sort=3">#{"<b>Más</b>" if i_sort == "3" else "Más"}</a>
<a href="?sort=4">#{"<b>Menos</b>" if i_sort == "4" else "Menos"}</a>&#93;
&#91;Tamaño: <a id="cat-size" href="#">Pequeño</a>&#93;
- &#91;Texto: <a id="cat-hide" href="#">Ocultar</a>&#93;
&#91;Filtrar: <input id="cat-srch" type="text">
<span id="hid-label" style="display:none;">[Hilos ocultos: <a id="hid-num" href="#"></a>]</span>
</div>
@@ -30,4 +29,4 @@
<?py #endfor ?>
</div>
<hr />
-<?py include('templates/base_bottom.html') ?> \ No newline at end of file
+<?py include('templates/base_bottom.html') ?>