From cccd1be0f0b82e8083b0df427537a490d8d71b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Mon, 27 Jan 2020 03:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E9=98=9F=E4=BC=8D=E5=90=8D?= =?UTF-8?q?=E5=9E=82=E7=9B=B4=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 773fac2a..bb201cfe 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,7 @@ body{ font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic; --head-block-width: 108px; + --head-block-height: 108px; --search-icon-unchecked: 0.4; --team-1-bgcolor : pink; --team-2-bgcolor : lightblue; @@ -349,6 +350,7 @@ ul{ white-space: pre-wrap; display: none; width: var(--head-block-width); + height: var(--head-block-height); } .show-team-name-left .team-box-name::before{ display: inline-block;