Skip to content

Instantly share code, notes, and snippets.

@KillyMXI
KillyMXI / README.md
Last active July 21, 2025 22:20
Obsidian list threading and highlight in live preview and source view
/* vertical style of sidebar in custom.css */
.sidebar-item.content {
min-width: 33vw;
overflow-y: scroll;
}
.sidebar-item-list.scrollbar-spacing {
display: flex;
flex-direction: row;
padding-bottom: 0;