commit cd177267820be381098cf18c8c71917c10a86010
parent c03b2e4d04a69ed4b595845312b6c03d59a0fae4
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Thu, 3 Sep 2026 22:09:47 +0530
Remove size label span from item meta
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/templates/index.html b/app/templates/index.html
@@ -295,7 +295,7 @@
</div>
<div class="item-meta">
{% if not item.is_dir %}
- <span class="size-label">{{ item.size_str }}</span>
+ <span>{{ item.size_str }}</span>
<!-- ADD data-turbo="false" to download links -->
<a href="/api/download/{{ item.path }}" class="download-icon" title="Download" data-turbo="false">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 15V3"/><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><path d="m7 10 5 5 5-5"/></svg>