Browse Source

稍微修订CSS

pull/1/head
枫谷剑仙 2 years ago
parent
commit
3b3b3e224b
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      script.js
  2. +2
    -1
      style.css

+ 1
- 1
script.js View File

@@ -6238,7 +6238,7 @@ function editBoxChangeMonId(id) {
});
const li = fragment.appendChild(document.createElement("li"));
const openEvolutionaryTree = li.appendChild(document.createElement("button"));
openEvolutionaryTree.classList = "open-evolutionary-tree";
openEvolutionaryTree.classList = "open-evolutionary-tree brown-button";
openEvolutionaryTree.onclick = openEvolutionaryTreeClick;
evoCardUl.appendChild(fragment);
evoCardUl.classList.remove(className_displayNone);


+ 2
- 1
style.css View File

@@ -1419,6 +1419,7 @@ body:not(.solo) .awoken-icon[data-awoken-icon="64"]::after
display: flex;
gap: 20px;
margin-top: 5px;
padding: 0 5px;
}
.id-string-search,
.id-string-search :where(
@@ -2123,6 +2124,7 @@ input[disabled]+.awoken-icon:active,
grid-template-columns: repeat(auto-fill, 75px);
grid-auto-rows: min-content;
grid-gap: 5px;
padding: 3px;
}
.search-mon-list:empty {
display: none;
@@ -2169,7 +2171,6 @@ input[disabled]+.awoken-icon:active,
width: 100%;
box-sizing: border-box;
padding: 0 7px;
margin-top: 5px;
}
.edit-box .monsterinfo-box{
display: grid;


Loading…
Cancel
Save