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; }