mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 19:23:47 +02:00
fix my avatar tab too width push the sidebar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user