fix: banner移入content-wrapper,标签栏下方直接是两栏布局
This commit is contained in:
@@ -308,11 +308,20 @@ html, body {
|
||||
#main-content {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
#content-wrapper {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow: hidden;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/* ===== Editor Panel ===== */
|
||||
#editor-panel {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user