From f862f8ad1055a1fafe63d6a42f34b08658c8a9be Mon Sep 17 00:00:00 2001 From: pa Date: Sat, 7 Mar 2026 21:50:22 +0900 Subject: [PATCH] fix my avatar tab too width push the sidebar --- src/app.css | 3 +++ src/views/Layout/MainLayout.vue | 3 +-- src/views/PlayerList/PlayerList.vue | 27 ++++++++++++++++++++++++--- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/app.css b/src/app.css index 91dd43a1..452c62f0 100644 --- a/src/app.css +++ b/src/app.css @@ -19,6 +19,7 @@ html { padding: 10px; overflow: hidden auto; box-sizing: border-box; + min-width: 0; background: var(--background); height: calc(100vh - 20px); margin: 10px 0 10px 0; @@ -358,4 +359,6 @@ i.x-status-icon.red { flex: 1; height: 100%; min-height: 0; + min-width: 0; + overflow: hidden; } diff --git a/src/views/Layout/MainLayout.vue b/src/views/Layout/MainLayout.vue index 7e075a9e..884fad72 100644 --- a/src/views/Layout/MainLayout.vue +++ b/src/views/Layout/MainLayout.vue @@ -25,7 +25,7 @@ ]" @layout="handleLayout">