fix my avatar tab too width push the sidebar

This commit is contained in:
pa
2026-03-07 21:50:22 +09:00
parent baf50d8a62
commit f862f8ad10
3 changed files with 28 additions and 5 deletions

View File

@@ -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;
}