保存进度!

This commit is contained in:
2022-11-23 11:37:57 +08:00
parent 1cb7e8315e
commit ecfed64196
6 changed files with 110 additions and 139 deletions

View File

@@ -283,11 +283,8 @@ code {
html {
font-size: 13px;
}
table,
pre {
page-break-inside: avoid;
}
pre {
word-wrap: break-word;
}
}

View File

@@ -1014,4 +1014,9 @@ footer.ty-footer {
.clear-btn-icon {
top: 8px;
}
}
/* try fix https://github.com/typora/typora-issues/issues/5253 */
.file-node-expanded>.file-node-children {
display: grid;
}