Skip to content

Instantly share code, notes, and snippets.

@visika
Last active March 21, 2023 21:42
Show Gist options
  • Save visika/76d97eeebc74508be9ef06b375e5c232 to your computer and use it in GitHub Desktop.
Save visika/76d97eeebc74508be9ef06b375e5c232 to your computer and use it in GitHub Desktop.
Masonry right sidebar in Logseq
/* inspired by https://github.com/r-hegde/logseq-vertical-panels */
.cp__right-sidebar .sidebar-item {
display: inline-block;
align-self: flex-start;
overflow-y: auto;
min-width: 60px;
max-width: 600px;
}
.sidebar-item-list {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
padding-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment