From 47b4db12fbea80049a2e35aa9771b70c58e5d724 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 11 Mar 2020 21:40:01 +0800 Subject: [PATCH] hide time and size in mobile --- theme/classic.php | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/classic.php b/theme/classic.php index ba0753d..cf70706 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -51,6 +51,7 @@ .list-wrapper{width:95%; margin-bottom:24px;} .list-table {padding:8px} .list-table td, .list-table th{white-space:nowrap;overflow:auto;max-width:80px} + .size, .updated_at{display:none} }