From 8a870a361d0603b21ec066aa23af76c7e627823d Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sun, 15 May 2022 18:12:42 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=89=8B=E6=9C=BA=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E7=99=BB=E5=BD=95=E9=A1=B5=E4=BC=98=E5=8C=96sso?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/components/right-bottom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/assets/sass/components/right-bottom.scss b/resources/assets/sass/components/right-bottom.scss index d6b2773fc..25eab9dde 100644 --- a/resources/assets/sass/components/right-bottom.scss +++ b/resources/assets/sass/components/right-bottom.scss @@ -103,3 +103,9 @@ } } } + +@media (max-height: 640px) { + .common-right-bottom { + display: none; + } +}