Skip to content

Instantly share code, notes, and snippets.

@JimmyLv
Last active June 22, 2022 18:50
Show Gist options
  • Save JimmyLv/d4817e932be0f525f5efa02fa5b489a2 to your computer and use it in GitHub Desktop.
Save JimmyLv/d4817e932be0f525f5efa02fa5b489a2 to your computer and use it in GitHub Desktop.
/* 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;
}
div#right-sidebar {
width: 50%;
}
/* hidden useless elements in export.css
.cp__right-sidebar-settings .ml-4.text-sm:last-child {
display: none;
}
.origin-top-right .menu-link:nth-child(1),
.origin-top-right .menu-link:nth-child(3),
.origin-top-right .menu-link:nth-child(6),
.origin-top-right .menu-link:nth-child(8) {
display: none;
}
.origin-top-right hr {
display: none;
}
.flashcards-nav {
display: none;
}
.nav-content-item.recent.is-expand {
display: none;
} */
@JimmyLv
Copy link
Author

JimmyLv commented Jun 7, 2022

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment