From eea9d1f3ce041e17a91b508f51bad5779c5b7ef7 Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Sat, 7 Oct 2023 14:18:34 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=85=BC=E5=AE=B9=E5=AE=89?= =?UTF-8?q?=E5=8D=93=E6=89=8B=E6=9C=BA=EF=BC=8C=E9=94=AE=E7=9B=98=E5=94=A4?= =?UTF-8?q?=E8=B5=B7=E6=97=B6=E4=BC=9A=E6=8A=8A=E5=BA=95=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E5=BE=80=E4=B8=8A=E6=8E=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/components/mobile.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/assets/sass/components/mobile.scss b/resources/assets/sass/components/mobile.scss index a96681ba7..d026f5d0f 100644 --- a/resources/assets/sass/components/mobile.scss +++ b/resources/assets/sass/components/mobile.scss @@ -414,4 +414,12 @@ body.window-portrait { width: 94%; max-width: none; } + @media (max-height: 400px) { + .mobile-tabbar,.messenger-menu { + display: none !important; + } + .page-manage.show-tabbar .manage-box-main{ + margin-bottom: 0 !important; + } + } }