From 314be13927a276e380d3b5b3efd85d6b13b86b9d Mon Sep 17 00:00:00 2001 From: Meekdai Date: Sat, 12 Aug 2023 21:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E8=AE=BF=E9=97=AE=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E7=BB=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 7 ------- templates/plist.html | 10 +++++++++- templates/post.html | 1 + 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/templates/base.html b/templates/base.html index b8910fc..43f157f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,13 +19,6 @@ body{ font-family: sans-serif; line-height: 1.25; } -@media (max-width: 767px) { - body { padding: 8px;} - .subnav-search form{display:none;} - .subnav-search svg{display:none;} - .SideNav-item .listLabels{display:none;} - #buttonRSS{display:none;} -} .avatar {transition: 0.8s;} .avatar:hover {transform: scale(1.15) rotate(360deg);} diff --git a/templates/plist.html b/templates/plist.html index 3e15e8d..9125346 100644 --- a/templates/plist.html +++ b/templates/plist.html @@ -15,6 +15,14 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- .SideNav{min-width: 360px;} .SideNav-icon{margin-right: 16px} .SideNav-item .Label{color: #fff;margin-left:8px;} +@media (max-width: 767px) { + body { padding: 8px;} + h1 a{font-size:24px;} + .subnav-search form{display:none;} + .subnav-search svg{display:none;} + #buttonRSS{display:none;} + .SideNav-item .listLabels{display:none;} +} {% endblock %} @@ -43,7 +51,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- {%- endif %} {%- endfor %} -