diff --git a/script.js b/script.js index d4ca5da1..7f1bc5de 100644 --- a/script.js +++ b/script.js @@ -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); diff --git a/style.css b/style.css index 7569aae3..582ad2c1 100644 --- a/style.css +++ b/style.css @@ -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;