Fix 2XKO text color, left flag alignment and right name order

This commit is contained in:
Pandipipas
2026-02-20 20:26:19 +01:00
parent ca467f37f9
commit faa8749872
2 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -216,7 +216,7 @@ const gameText = computed(() => scoreboard.value.game || '2XKO');
height="50" height="50"
viewBox="0 0 464 50" viewBox="0 0 464 50"
><defs><clipPath id="p1-clip-path"><rect ><defs><clipPath id="p1-clip-path"><rect
x="410.18" x="6.57"
y="7" y="7"
width="47.25" width="47.25"
height="35.87" height="35.87"
@@ -243,7 +243,7 @@ const gameText = computed(() => scoreboard.value.game || '2XKO');
:href="leftFlagUrl || leftCharacterImage" :href="leftFlagUrl || leftCharacterImage"
width="46" width="46"
height="34.5" height="34.5"
x="410.75" x="7.15"
y="7.7" y="7.7"
preserveAspectRatio="xMidYMid meet" preserveAspectRatio="xMidYMid meet"
clip-path="url(#p1-clip-path)" clip-path="url(#p1-clip-path)"
@@ -361,7 +361,7 @@ const gameText = computed(() => scoreboard.value.game || '2XKO');
class="nameBlock" class="nameBlock"
> >
<div class="name"> <div class="name">
{{ rightName }} <span v-if="rightTeam">|</span> {{ rightTeam }} {{ rightTeam }} <span v-if="rightTeam">|</span> {{ rightName }}
</div> </div>
</div> </div>
</div> </div>
@@ -197,6 +197,7 @@ body {
font-size: 20px; font-size: 20px;
white-space: nowrap; white-space: nowrap;
text-align: center; text-align: center;
color: #ffffff;
} }
#nameBlockP1 { #nameBlockP1 {
@@ -222,6 +223,7 @@ body {
font-family: 'Shapiro 115 Plus Ext'; font-family: 'Shapiro 115 Plus Ext';
font-size: 24px; font-size: 24px;
text-align: center; text-align: center;
color: #ffffff;
} }
.centerPanel { .centerPanel {
@@ -245,6 +247,7 @@ body {
align-content: center; align-content: center;
padding: 2px 10px; padding: 2px 10px;
margin: 0px 0px; margin: 0px 0px;
color: #ffffff;
} }
#topText { #topText {
@@ -368,6 +371,7 @@ body {
height: 20px; height: 20px;
position: relative; position: relative;
z-index: 1; z-index: 1;
color: #ffffff;
} }
.micIcon { .micIcon {
@@ -399,6 +403,7 @@ body {
width: 130px; width: 130px;
align-items: flex-start; align-items: flex-start;
justify-content: center; justify-content: center;
color: #ffffff;
} }
:root { :root {