Skip to content

Commit 089c35e

Browse files
committed
refactor: 不存在已关闭的笔记本时,隐藏元素
v3.1.33 原生已实现 siyuan-note/siyuan#14982
1 parent 0391ce0 commit 089c35e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

style/module/dock.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,6 @@ html[data-whisper-dock-bottom="hide"] .layout__dockb.layout--float:not([style*="
283283
}
284284
}
285285
}
286-
// 不存在已关闭的笔记本时,隐藏元素 https://github.com/siyuan-note/siyuan/issues/13887
287-
.sy__file > .b3-list:not(:has(> ul > li)) {
288-
display: none;
289-
}
290-
291286
// 在达到 max-height 之前,高度由已关闭的笔记本的数量决定
292287
.sy__file > .b3-list {
293288
height: unset !important;

0 commit comments

Comments
 (0)