From ed238b1883803f5ffce43ede5a2eaea39fc6e464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 10 Aug 2022 13:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=9F=E4=BC=8D=E7=95=8C=E9=9D=A26=E6=A0=BC?= =?UTF-8?q?=E8=A7=89=E9=86=92=E4=B8=8D=E8=A6=81=E8=AE=BE=E5=AE=9A8?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/en.css | 2 +- service-worker.js | 4 ++-- style.css | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/languages/en.css b/languages/en.css index 104fa8d1..6abd0eaa 100644 --- a/languages/en.css +++ b/languages/en.css @@ -452,7 +452,7 @@ label[for="box-have"]::after } .open-evolutionary-tree::before { - content: "⛓️Evo Search"; + content: "⛓️Show Evo Tree"; } .search-evolution-by-this::after { diff --git a/service-worker.js b/service-worker.js index 854ce0ce..a0746f68 100644 --- a/service-worker.js +++ b/service-worker.js @@ -6079,7 +6079,7 @@ const cachesMap = new Map([ ], [ "style.css", - "3d3f6a98a5eaf30d26449f8737b52daf" + "4c71826a15ff417ff92f449abc2a8f16" ], [ "temp.js", @@ -6091,7 +6091,7 @@ const cachesMap = new Map([ ], [ "languages/en.css", - "adf0868fa109527316309d05da9c7e6a" + "a0e99cbe80895139c745a8eb824434f7" ], [ "languages/en.js", diff --git a/style.css b/style.css index 3188735e..e06ab1a5 100644 --- a/style.css +++ b/style.css @@ -1070,17 +1070,20 @@ icon.inflicts::after width: 152px; transform: scale(0.65); transform-origin: left top; - margin-left: 5px; + margin-left: 6px; margin-bottom: calc(-64px * (1 - 0.65) + 1px); /*margin: calc(-64px * (1 - 0.63) / 2 + 3px) calc((108px - 152px) / 2);*/ /*-152 * (1 - 0.63) + 108 - 152 * 0.63,化简为108 - 152*/ min-height: 47px; /* 为了防止只有一层6格大潜觉的时候,被缩减太多的问题*/ /*潜在觉醒布局,使用 gird*/ - display: inline-grid; - grid-template-columns: repeat(4, 32px); + display: grid; + grid-template-columns: repeat(3, 32px); grid-auto-rows: 32px; grid-gap: 3px 6px; } +.team-latents .latent-ul.block-8{ + grid-template-columns: repeat(4, 32px); +} .team-latents .latent-icon[data-latent-hole="1"] { grid-column: span 1; }