From df8095ede5877e521dd16413ab2aea7ea29c7cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 25 Jul 2024 05:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E5=90=8C=E6=AD=A5=E8=A7=89?= =?UTF-8?q?=E9=86=92=E9=9C=80=E6=B1=82=E6=80=AA=E7=89=A9=E7=9A=84=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-worker.js | 2 +- style.css | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/service-worker.js b/service-worker.js index 4e9f129c..b41a12f9 100644 --- a/service-worker.js +++ b/service-worker.js @@ -30255,7 +30255,7 @@ const cachesMap = new Map([ ], [ "style.css", - "4474d92e382f237b4f6b8606bfee972a" + "8f587bd2a1c93bad7cb3bae1c5a9b1ad" ], [ "temp.js", diff --git a/style.css b/style.css index 482defa4..30c0d01b 100644 --- a/style.css +++ b/style.css @@ -1623,11 +1623,14 @@ label[for="search-string"]::before { transform: scale(0.6); margin: calc(-100px * (1 - 0.6) / 2); } -.rich-text .detail-mon .monster, -.custom-addition .detail-mon .monster{ +.rich-text .detail-mon .monster{ transform: scale(0.5); margin: calc(-100px * (1 - 0.5) / 2); } +.custom-addition .detail-mon .monster{ + transform: scale(0.35); + margin: calc(-100px * (1 - 0.35) / 2); +} .evo-card-list .monster .id, .edit-box .search-mon-list .monster .id, .detail-mon .monster .id{