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
+4 -4
View File
@@ -135,6 +135,10 @@ function setViewMode(componentName: string) {
&-view {
display: flex;
justify-content: center;
height: 100vh;
min-height: 500px;
max-height: 2000px;
}
&-offline {
@@ -181,10 +185,6 @@ function setViewMode(componentName: string) {
background-color: #181818;
border-radius: 0.5em;
padding: 1em 0.5em;
height: calc(100vh - 0.5em);
min-height: 500px;
max-height: 2000px;
}
.scenery-left {