cdn

Log | Files | Refs | Activity

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:
Mapp/templates/index.html | 2+-
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>
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror