chore(profile): improved responsiveness & design

This commit is contained in:
2026-02-17 23:00:53 +01:00
parent 3705325a9a
commit acc15619a9
4 changed files with 20 additions and 5 deletions
@@ -67,7 +67,6 @@
class="player-activity"
v-if="activeDispatches.length > 0 || activeTrains.length > 0"
>
<div class="info-activity" v-if="activeDispatches.length > 0">
<router-link
v-for="d in activeDispatches"
@@ -361,4 +360,11 @@ const activeTrains = computed(() => {
grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
}
@include responsive.smallScreen {
.player-stats {
display: grid;
grid-template-columns: 1fr;
}
}
</style>