Remove the play label from the gallery thumbs

This commit is contained in:
deflax 2025-03-05 14:12:28 +00:00
parent 3708bbd907
commit 59423ecb73

View file

@ -230,7 +230,6 @@ document.addEventListener('DOMContentLoaded', () => {
<img src="{{ url_for('thumb_route', thumb_file=thumbnail) }}" alt="{{ thumbnail }}">
<div class="overlay">
<div class="overlay-content">
<h3>Play</h3>
<p>{{ thumbnail[:-4] }}</p>
</div>
</div>