mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
二级缩进list使用小写字母展示
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
|
||||
.notion-h {
|
||||
position: relative;
|
||||
display: block; // 修复H标题不换行的问题
|
||||
display: block;
|
||||
font-weight: 600;
|
||||
line-height: 1.3;
|
||||
padding: 3px 2px;
|
||||
@@ -653,6 +653,10 @@ svg.notion-page-icon {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.notion-list-numbered > .notion-list-numbered {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.notion-list-disc li {
|
||||
padding-left: 0.1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user