Skip to content

Instantly share code, notes, and snippets.

@KillyMXI
KillyMXI / README.md
Last active April 29, 2025 08:02
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;