feat: add new post page mobile

This commit is contained in:
Tim
2025-07-21 17:48:43 +08:00
parent 50a6db2da1
commit 9e729f1166
4 changed files with 41 additions and 3 deletions

View File

@@ -72,6 +72,10 @@ body {
box-shadow: none !important;
} */
/* .vditor-toolbar {
position: relative !important;
} */
/*************************
* Markdown 渲染样式
*************************/
@@ -173,6 +177,10 @@ body {
}
@media (max-width: 768px) {
.vditor-toolbar {
display: none;
}
.about-content h1,
.info-content-text h1 {
font-size: 20px;