From db7b8483d4a5bad359d33f38b3ab8c87ec2a30cd 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, 11 Aug 2022 21:56:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BD=9C=E8=A7=89=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-worker.js | 2 +- style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/service-worker.js b/service-worker.js index 2c66b203..9f762318 100644 --- a/service-worker.js +++ b/service-worker.js @@ -6079,7 +6079,7 @@ const cachesMap = new Map([ ], [ "style.css", - "4ea53ceeec4d85201f4c001a1d507282" + "b3399c7d4b3dd7e8a163ef19dd0e5b72" ], [ "temp.js", diff --git a/style.css b/style.css index 837784c4..090edfc4 100644 --- a/style.css +++ b/style.css @@ -1070,7 +1070,7 @@ icon.inflicts::after width: 152px; transform: scale(0.65); transform-origin: left top; - margin-left: 6px; + margin-left: 4px; 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*/ @@ -1080,6 +1080,7 @@ icon.inflicts::after grid-template-columns: repeat(3, 32px); grid-auto-rows: 32px; grid-gap: 3px 6px; + place-content: start center; } .team-latents .latent-ul.block-8{ grid-template-columns: repeat(4, 32px);