From 3b3b3e224b2b74c2ec8eef45bc9dff9026bda5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 29 Mar 2024 13:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8D=E5=BE=AE=E4=BF=AE=E8=AE=A2CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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;