diff --git a/tauri-app/src/components/GameHistory.vue b/tauri-app/src/components/GameHistory.vue index f32ca1d..eac8d81 100644 --- a/tauri-app/src/components/GameHistory.vue +++ b/tauri-app/src/components/GameHistory.vue @@ -195,6 +195,7 @@ onMounted(() => {
{{ getGameResult(game) }} + {{ getSummonerName(game) }} { letter-spacing: 0.05em; } +.result-banner .account-name { + font-size: 0.7rem; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + .lp-badge { font-size: 0.7rem; font-weight: 700;