From a099442aa9b385290e9ddd609a2a746bf0568528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 29 Apr 2020 16:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E9=89=B4=E6=A8=A1=E5=BC=8F=E9=99=90?= =?UTF-8?q?=E5=88=B6=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=A1=86=E6=9C=80=E5=A4=A7=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 3d53a5e0..3c720817 100644 --- a/style.css +++ b/style.css @@ -759,9 +759,8 @@ ul{ .edit-box .search-box .search-mon-list li { display: inline-block; - vertical-align: top; - margin-right: 5px; - margin-bottom: 5px; + vertical-align: top; + margin: 2px; } .detail-mon{ display: inline-block; @@ -1000,6 +999,10 @@ ul{ border-radius: 5px; background: grey; } +.guide-mod .search-box .search-mon-list{ + max-height: 790px; + overflow: auto; +} .search-mon-list.only-display-can-assist .monster{ opacity: 0.25; }