Last active
June 22, 2022 18:50
-
-
Save JimmyLv/d4817e932be0f525f5efa02fa5b489a2 to your computer and use it in GitHub Desktop.
#logseq vertical style of sidebar, π https://twitter.com/Jimmy_JingLv/status/1464979743057465346?s=20 my repo: https://github.com/JimmyLv/digital-garden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit: JimmyLv has fixed the code above.
The code needs a fix in Logseq 0.7.2. From
qwqpwp#5203
on Logseq Discord server:delete ".shadow-lg" and it'll work as before (in 0.7.2 this class is changed into shadow-md instead)
https://discord.com/channels/725182569297215569/725182570131751005/983707633066344488