Browse Source

图鉴模式限制搜索结果列表框最大高度

tags/v6.5
枫谷剑仙 6 years ago
parent
commit
a099442aa9
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      style.css

+ 6
- 3
style.css View File

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


Loading…
Cancel
Save