From d2a53f6cd46f74189f350af05172ed6c6544d566 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Wed, 22 Nov 2023 15:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/plist.html | 5 ++--- templates/post.html | 2 +- templates/tag.html | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/plist.html b/templates/plist.html index a4e3f0d..d6537a7 100644 --- a/templates/plist.html +++ b/templates/plist.html @@ -19,10 +19,9 @@ .listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;} .listLabels{white-space:nowrap;} -@media (max-width: 767px) { +@media (max-width: 600px) { body {padding: 8px;} - .avatar {width:40px;height:40px;} - #header h1 a{font-size:24px;} + .blogTitle{display:none;} #buttonRSS{display:none;} .LabelTime{display:none;} } diff --git a/templates/post.html b/templates/post.html index d201440..4f3fdb6 100644 --- a/templates/post.html +++ b/templates/post.html @@ -15,7 +15,7 @@ #cmButton{height:48px;margin-top:48px;} #comments{margin-top:64px;} .g-emoji{font-size:24px;} -@media (max-width: 767px) { +@media (max-width: 600px) { body {padding: 8px;} .postTitle{font-size:24px;} } diff --git a/templates/tag.html b/templates/tag.html index 423c4a6..24f27a3 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -20,7 +20,7 @@ .listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;} .listLabels{white-space:nowrap;} -@media (max-width: 767px) { +@media (max-width: 600px) { body { padding: 8px;} .tagTitle{display:none;} .LabelTime{display:none;}