fix: resolve toggle mode issue
This commit is contained in:
@@ -481,23 +481,26 @@ main {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mode-edit .left-col .panel:first-child,
|
body.mode-edit .left-col .panel:first-child {
|
||||||
body.mode-edit .right-col {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
body.mode-edit .left-col .panel:last-child {
|
body.mode-edit .left-col .panel:last-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
body.mode-preview .left-col .panel:first-child,
|
body.mode-edit .right-col {
|
||||||
body.mode-preview .right-col {
|
display: flex;
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mode-preview main {
|
body.mode-preview .left-col .panel:first-child {
|
||||||
display: flex;
|
display: none;
|
||||||
justify-content: center;
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
}
|
||||||
|
body.mode-preview .left-col .panel:last-child {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
body.mode-preview .right-col {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
body.mode-preview .left-col {
|
body.mode-preview .left-col {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user