tauri-app: add account name in history view
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m8s
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m8s
This commit is contained in:
@@ -195,6 +195,7 @@ onMounted(() => {
|
||||
<!-- Result Banner -->
|
||||
<div class="result-banner">
|
||||
<span class="result-text">{{ getGameResult(game) }}</span>
|
||||
<span v-if="getSummonerName(game)" class="account-name">{{ getSummonerName(game) }}</span>
|
||||
<span
|
||||
v-if="getLpChange(game)"
|
||||
class="lp-badge"
|
||||
@@ -680,6 +681,12 @@ onMounted(() => {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user