mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-05 02:07:27 +08:00
feat: add new post page mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user