mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-06 16:58:26 +08:00
fix: 超长文章目录样式
This commit is contained in:
parent
7ae5c64ba6
commit
53cd182615
@ -83,8 +83,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toc-content {
|
.toc-content {
|
||||||
@include box(100%, calc(100% - 20px - 20px));
|
@include box(100%, calc(100% - 130px));
|
||||||
@include font(14px);
|
@include font(13px);
|
||||||
|
padding-bottom: 10px;
|
||||||
|
|
||||||
.toc-1 {
|
.toc-1 {
|
||||||
border-top: 2px solid var(--bl-preview-toc-border-color);
|
border-top: 2px solid var(--bl-preview-toc-border-color);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user