From e0adfa19327cb8e8b9eb8de6371d0781ed14b847 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <17683872107czx> Date: Fri, 27 Oct 2023 14:50:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E4=B8=80=E7=AF=87?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/modules/common/rightside.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/modules/common/rightside.html b/templates/modules/common/rightside.html index 778d34c0..ca380f68 100644 --- a/templates/modules/common/rightside.html +++ b/templates/modules/common/rightside.html @@ -30,8 +30,10 @@ .comment-barrage { right: 20px; } - #post #pagination { - right: 20px; + @media screen and (min-width: 1300px) { + #post #pagination { + right: 20px; + } }