+
{{ scoreboard.leftScore }}
-
+
{{ scoreboard.rightScore }}
@@ -131,17 +215,20 @@ const roundText = computed(() => scoreboard.value.round || 'Round');
-
- {{ leftTeam }}
-
-
- {{ leftName }}
-
+
+
+ {{ leftTeam }}
+
+
+ {{ leftName }}
+
+
scoreboard.value.round || 'Round');
-
- {{ rightTeam }}
-
-
- {{ rightName }}
-
+
+
+ {{ rightTeam }}
+
+
+ {{ rightName }}
+
+
scoreboard.value.round || 'Round');
var(--name-panel-height) * 0.5 - (var(--name-text-height) * 0.5)
);
- --flag-width: 38px;
- --flag-height: 26px;
- --flag-offset-x: 16px;
- --flag-offset-y: 12px;
+ --flag-height: 50px;
+ --flag-width: 120px;
+ --flag-offset-x: calc(var(--flag-width) * (0.25 + 0.01));
--games-text-width: calc(var(--main-panel-width) * 0.11);
--games-text-height: calc(var(--main-panel-height) * 0.8);
@@ -289,8 +378,8 @@ img {
#progress-text {
color: #ffffff;
- font-family: 'Bebas Neue', 'Bebas Neue Regular', 'Roboto Condensed', sans-serif;
- font-size: 32px;
+ font-family: 'Bebas Neue Regular', 'Rounded Mplus Regular', sans-serif;
+ font-size: 35px;
letter-spacing: 0.08em;
text-transform: uppercase;
white-space: nowrap;
@@ -301,11 +390,15 @@ img {
#p1-name-wrapper {
left: var(--name-panel-offset);
+ padding-left: var(--flag-width);
+ margin-left: calc(var(--flag-width) * -1);
text-align: left;
}
#p2-name-wrapper {
right: var(--name-panel-offset);
+ padding-right: var(--flag-width);
+ margin-right: calc(var(--flag-width) * -1);
text-align: right;
}
@@ -343,14 +436,20 @@ img {
height: var(--name-text-height);
width: var(--name-text-width);
line-height: var(--name-text-height);
- font-family: 'Bebas Neue', 'Bebas Neue Bold', 'Roboto Condensed', sans-serif;
- font-size: 40px;
+ font-family: 'Bebas Neue Bold', 'Rounded Mplus Bold', sans-serif;
+ font-size: 45px;
letter-spacing: 0.02em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
+.name-text-wrapper > div {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
.team-text {
color: #a5a5a5;
margin-right: 8px;
@@ -358,25 +457,25 @@ img {
.flag-wrapper {
position: absolute;
- top: var(--flag-offset-y);
+ top: 0;
height: var(--flag-height);
width: var(--flag-width);
- z-index: 1;
+ z-index: -3;
}
#p1-flag-wrapper {
left: var(--flag-offset-x);
+ clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
#p2-flag-wrapper {
right: var(--flag-offset-x);
+ clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
}
.flag-mask {
width: 100%;
- height: 100%;
- border-radius: 4px;
- overflow: hidden;
+ height: var(--flag-height);
}
.flag {
@@ -396,9 +495,9 @@ img {
.games-text {
color: #ffffff;
- font-family: 'Gilroy', 'Bebas Neue', 'Roboto Condensed', sans-serif;
- font-weight: 700;
- font-size: 42px;
+ font-family: 'Gilroy', sans-serif;
+ font-weight: bold;
+ font-size: 55px;
}
.gamertag-text {