From 23cda74e96fc19ce10db52894e0c49f34ed3ddb6 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Mon, 27 Mar 2017 19:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=A7=92=E8=89=B2=E6=8C=87?= =?UTF-8?q?=E6=B4=BE=E8=8F=9C=E5=8D=95=E5=BC=B9=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E9=80=82=E9=85=8D=E6=89=80=E6=9C=89=E5=B1=8F=E5=B9=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/fa.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/Content/fa.css b/Bootstrap.Admin/Content/fa.css index f911dc0f..6f348f4c 100644 --- a/Bootstrap.Admin/Content/fa.css +++ b/Bootstrap.Admin/Content/fa.css @@ -200,6 +200,9 @@ margin-right: 10px; } +.modal .menu-content { + position: unset; +} .menu-content { display: none; @@ -212,7 +215,7 @@ .menu-content .modal-body { overflow-y: auto; - max-height: 190px; + max-height: 180px; padding-bottom: 15px; } @@ -261,8 +264,26 @@ } } -@media (min-height: 768px) { +@media (min-height: 568px) { + .menu-content .modal-body { + max-height: 430px; + } +} + +@media (min-height: 667px) { .menu-content .modal-body { max-height: 530px; } } + +@media (min-height: 736px) { + .menu-content .modal-body { + max-height: 600px; + } +} + +@media (min-height: 768px) { + .menu-content .modal-body { + max-height: 630px; + } +}