diff --git a/languages/en.css b/languages/en.css index 1e294fb6..b9ed040e 100644 --- a/languages/en.css +++ b/languages/en.css @@ -445,7 +445,7 @@ label[for="box-have"]::after .control-div .search-share::before{ content: "Share Search"; } -.dialog-search-string .dialog-title::before +#dialog-search-string .dialog-title::before { content: "Search by Tags"; } diff --git a/languages/ja.css b/languages/ja.css index 843bd194..7c826234 100644 --- a/languages/ja.css +++ b/languages/ja.css @@ -288,7 +288,7 @@ label[for="show-rich-text-tools"]::after{ content: " 秒"; } -.dialog-hp-detail .dialog-title::before +#dialog-hp-detail .dialog-title::before { content: "HP 範囲減傷の詳細"; } @@ -439,7 +439,7 @@ label[for="box-have"]::after .control-div .search-share::before{ content: "検索を分け合う"; } -.dialog-search-string .dialog-title::before +#dialog-search-string .dialog-title::before { content: "タグで検索"; } diff --git a/languages/ko.css b/languages/ko.css index aba7dac5..58d0b453 100644 --- a/languages/ko.css +++ b/languages/ko.css @@ -283,7 +283,7 @@ label[for="show-rich-text-tools"]::after{ content: " 초"; } -.dialog-hp-detail .dialog-title::before +#dialog-hp-detail .dialog-title::before { content: "HP 범위 손상 감소 세부 정보"; } @@ -430,7 +430,7 @@ label[for="not-weapon"]::after .control-div .search-share::before{ content: "검색 공유하기"; } -.dialog-search-string .dialog-title::before +#dialog-search-string .dialog-title::before { content: "태그로 검색"; } diff --git a/languages/zh-hans.css b/languages/zh-hans.css index 6f897eef..62c82c79 100644 --- a/languages/zh-hans.css +++ b/languages/zh-hans.css @@ -288,7 +288,7 @@ label[for="show-rich-text-tools"]::after{ content: " 秒"; } -.dialog-hp-detail .dialog-title::before +#dialog-hp-detail .dialog-title::before { content: "HP 階段減傷詳情"; } @@ -439,7 +439,7 @@ label[for="box-have"]::after .control-div .search-share::before{ content: "分享搜索"; } -.dialog-search-string .dialog-title::before +#dialog-search-string .dialog-title::before { content: "以標簽搜索"; } diff --git a/languages/zh-hant.css b/languages/zh-hant.css index 950f900e..548d21b8 100644 --- a/languages/zh-hant.css +++ b/languages/zh-hant.css @@ -289,7 +289,7 @@ label[for="show-rich-text-tools"]::after{ content: " 秒"; } -.dialog-hp-detail .dialog-title::before +#dialog-hp-detail .dialog-title::before { content: "HP 階段減傷詳情"; } @@ -440,7 +440,7 @@ label[for="box-have"]::after .control-div .search-share::before{ content: "分享搜索"; } -.dialog-search-string .dialog-title::before +#dialog-search-string .dialog-title::before { content: "以標簽搜索"; } diff --git a/multi.html b/multi.html index 3850514a..92a5273d 100644 --- a/multi.html +++ b/multi.html @@ -42,6 +42,9 @@ const teamsCount = 2; ){ padding-left: var(--head-block-width); } +.formation-box .team-total-info { + display: flex; +} @@ -117,33 +120,33 @@ const teamsCount = 2;