From a16ee2bf22b0027f4f1eec63673573232a2a6715 Mon Sep 17 00:00:00 2001 From: itorr Date: Fri, 26 Aug 2022 04:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AA=97=E4=BD=93=E5=B0=8F=E4=BA=8E=20800px=20?= =?UTF-8?q?=E9=AB=98=E6=97=B6=E7=9A=84=E5=85=BC=E5=AE=B9=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=20#18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/document.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/html/document.less b/html/document.less index 8a3cdd3..35d5ed6 100644 --- a/html/document.less +++ b/html/document.less @@ -197,3 +197,13 @@ html[data-permission-state="true"]{ } } + +@media (max-height:800px) { + .app{ + position: absolute; + top: 0; + left: 0; + right: 0; + min-height: 600px; + } +} \ No newline at end of file