mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-08-12 09:20:31 +00:00
fix: 优化移动端/窄屏视图下的响应式排版及预览留白
This commit is contained in:
parent
69ff28e39d
commit
7dcdb57bfc
@ -753,7 +753,13 @@ function displayDate(date) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.export-layout.mobile.show-preview .preview-section {
|
.export-layout.mobile.show-preview .preview-section {
|
||||||
display: block;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1 1 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.export-layout.mobile.show-preview .preview-placeholder {
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.export-layout.mobile:not(.show-preview) .editor-section {
|
.export-layout.mobile:not(.show-preview) .editor-section {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user