add Zh Chapter: Formatting

This commit is contained in:
sunface
2022-04-09 18:42:51 +08:00
parent 79e7d9b5c6
commit e91dff1e97
3 changed files with 193 additions and 1 deletions

View File

@ -63,6 +63,7 @@
/* 修改滚动条宽度 */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
/* 表格靠左对齐 */
@ -79,3 +80,8 @@ table {
.sidebar-visible .nav-wide-wrapper { display: none; }
.sidebar-visible .nav-wrapper { display: block; }
}
/* 修复可编辑代码框顶部过窄的问题 */
code.editable, .ace_scroller {
top: 10px;
}