use border width instead of padding

This commit is contained in:
DokterKaj 2024-10-23 00:56:53 +08:00
parent 7b5643c27e
commit c71661c616
2 changed files with 6 additions and 6 deletions

View file

@ -139,9 +139,9 @@
<div class="gallery_overlay" title="Hide overlay">
<div class="gallery_length" tabindex="-1">gallery<br>({{ post.gallery.len() }} images)</div>
<div class="gallery_progress" tabindex="-1">
{% for _ in 0..post.gallery.len() %}
<!-- {% for _ in 0..post.gallery.len() %}
<div class="gallery_dot"></div>
{% endfor %}
{% endfor %} -->
<div class="gallery_dot_indicator"></div>
</div>
</div>