obsidian外观
Obsidian 样式 - 粘性文件夹 (Sticky Folder)
插件ID:obsidian%E6%A0%B7%E5%BC%8F-%E7%B2%98%E6%80%A7%E6%96%87%E4%BB%B6%E5%A4%B9sticky-folder
obsidian%E6%A0%B7%E5%BC%8F-%E7%B2%98%E6%80%A7%E6%96%87%E4%BB%B6%E5%A4%B9sticky-folder
obsidian%E6%A0%B7%E5%BC%8F %E7%B2%98%E6%80%A7%E6%96%87%E4%BB%B6%E5%A4%B9sticky-folder:粘性文件夹
Obsidian 样式 - 粘性文件夹 (Sticky Folder)
/* !设置文件夹粘性 by 熊猫2024-06-23_23-22 */
.nav-files-container>div>.tree-item.nav-folder .nav-folder-title .nav-folder-title-content {
background-color: var(--background-secondary);
z-index: 4;
}
.nav-files-container>div>.tree-item.nav-folder .nav-folder-title {
z-index: 1;
}
.nav-files-container>div>.tree-item.nav-folder>.nav-folder-title {
position: sticky;
z-index: 4;
top: 0rem;
}
.nav-files-container>div>.tree-item.nav-folder>div>.tree-item.nav-folder>.nav-folder-title {
position: sticky;
z-index: 3;
top: 1.5rem;
}
.nav-files-container>div>.tree-item.nav-folder>div>.tree-item.nav-folder>div>.tree-item.nav-folder>.nav-folder-title {
position: sticky;
z-index: 2;
top: 3rem;
}
讨论
若阁下有独到的见解或新颖的想法,诚邀您在文章下方留言,与大家共同探讨。
反馈交流
其他渠道
版权声明
版权声明:所有 PKMer 文章如果需要转载,请附上原文出处链接。