commit 470af540a96883771228723d5ea11d3b0d21064a
parent 254319f4a43fc51f48440dfa53f1fa3811ac0727
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Fri, 4 Sep 2026 16:34:07 +0530
Remove modified label from item meta
Removed the modified label from the item meta display.
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/app/templates/index.html b/app/templates/index.html
@@ -277,14 +277,6 @@
margin-bottom: 0.75rem;
}
- .modified-label {
- min-width: 4.5rem;
- text-align: right;
- }
- @media (max-width: 480px) {
- .modified-label { display: none; }
- }
-
footer {
margin-top: 4rem;
padding-top: 1rem;
@@ -374,7 +366,6 @@
</div>
<div class="item-meta">
{% if not item.is_dir %}
- <span class="modified-label">{{ item.modified_str }}</span>
<span>{{ item.size_str }}</span>
<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>