chore(app): improved scrolling into view for main tabs

This commit is contained in:
2026-02-12 03:32:01 +01:00
parent 89dc265e1b
commit d9faa486d2
4 changed files with 11 additions and 12 deletions
+3 -5
View File
@@ -488,7 +488,7 @@ async function fetchPlayerJournal(playerId: string) {
const response = await apiStore.client.get<API.PlayerJournal.Data>('api/getPlayerJournal', {
params: {
playerId: playerId,
countLimit: 30
dateScope: '14d'
}
});
@@ -545,6 +545,8 @@ $tileColor: #181818;
.profile-view {
display: flex;
justify-content: center;
height: 100vh;
min-height: 500px;
}
.no-data-found {
@@ -573,8 +575,6 @@ $tileColor: #181818;
max-width: var(--max-container-width);
width: 100%;
// height: calc(100vh - 0.5em);
min-height: 900px;
padding: 1rem 0;
text-align: center;
@@ -582,8 +582,6 @@ $tileColor: #181818;
.view-container > div {
position: relative;
// border-radius: 0.5em;
}
.profile-sidebar {