+
{{ 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 }}
+
+
div {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
.team-text {
color: #a5a5a5;
margin-right: 8px;
@@ -399,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 {