Feat: all - support multiple platforms

This commit is contained in:
2024-03-18 17:23:31 +08:00
parent f985a2f750
commit 4b1a3fbc01
23 changed files with 487 additions and 92 deletions

View File

@@ -19,7 +19,7 @@
> *:nth-child(2) {
position: sticky;
top: 20px;
height: calc(100vh - 60px);
height: calc(100vh - 40px);
}
.close-editor-btn {

View File

@@ -43,6 +43,18 @@
}
}
}
.preview {
display: flex;
justify-content: center;
align-items: center;
.no-preview {
font-weight: bolder;
color: constants.$font-secondary-color;
font-size: 1.4em;
}
}
}
}
}

View File

@@ -28,7 +28,7 @@
position: absolute;
top: 10px;
left: 10px;
width: 8em;
width: 9em;
}
.upgrade-bt {