From cd13af0b3400dc0d7a561d10823d61bc76c696ec Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Sun, 17 May 2026 23:07:08 +0200 Subject: [PATCH] tauri-app: add account name in history view --- tauri-app/src/components/GameHistory.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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) }} + { 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;