diff --git a/src/components/app/t-sidebar.vue b/src/components/app/t-sidebar.vue index df1cfba9..169f0a6a 100644 --- a/src/components/app/t-sidebar.vue +++ b/src/components/app/t-sidebar.vue @@ -1,4 +1,4 @@ - + - + + @@ -833,9 +830,9 @@ async function tryLaunchGame(): Promise { .mid-menu { position: relative; + overflow: hidden auto; width: 100%; max-height: calc(100vh - 280px); - overflow: hidden auto; } .bottom-menu { @@ -844,19 +841,22 @@ async function tryLaunchGame(): Promise { width: 100%; } +:deep(.side-icon.paimon + .v-list-item__spacer) { + width: 24px; +} + .side-icon { width: 24px; height: 24px; - border-radius: 5px; - margin-right: 32px; -} + border-radius: 4px; -.side-icon.paimon { - width: 32px; - height: 32px; - border-radius: 50%; - margin-right: 24px; - transform: translateX(-4px); + &.paimon { + position: relative; + left: -4px; + width: 32px; + height: 32px; + border-radius: 50%; + } } .side-list-menu {