From 7f41e36bdb3fc93ef696b0ca63e29c62e57caa1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sat, 17 Dec 2022 01:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DChrome=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 07cd9074..d22063f5 100644 --- a/style.css +++ b/style.css @@ -840,7 +840,7 @@ body:not(.show-awoken-count):not(.solo) .formation-box .team-badge text-align: center; width: var(--head-block-width); height: var(--head-block-height); - display: inline flex; + display: inline-flex; flex-direction: column; justify-content: center; } @@ -1815,7 +1815,7 @@ icon.inflicts::after background-color: #00000044; border-radius: 6px; box-shadow: inset black 0 0 3px; - display: inline grid; + display: inline-grid; vertical-align: bottom; grid-gap: 0; } @@ -2229,14 +2229,14 @@ icon.inflicts::after vertical-align: top; } .row-mon-super-awoken::before { - content: "+"; + /* content: "+"; */ vertical-align: top; } .row-mon-awoken .awoken-ul, .row-mon-super-awoken .awoken-ul { grid-template-columns: repeat(10, 32px); - display: inline grid; + display: inline-grid; vertical-align: bottom; } .row-mon-awoken .awoken-count-num,