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;