diff --git a/src/components/app/t-sidebar.vue b/src/components/app/t-sidebar.vue index 300b4a7a..df1cfba9 100644 --- a/src/components/app/t-sidebar.vue +++ b/src/components/app/t-sidebar.vue @@ -7,190 +7,203 @@ :prepend-icon="rail ? 'mdi-chevron-right' : undefined" @click="rail = !rail" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -812,9 +825,19 @@ async function tryLaunchGame(): Promise { .side-list { position: relative; height: 100%; + padding-top: 0; + padding-right: 0; + padding-bottom: 0; font-family: var(--font-title); } +.mid-menu { + position: relative; + width: 100%; + max-height: calc(100vh - 280px); + overflow: hidden auto; +} + .bottom-menu { position: absolute; bottom: 0;