Last active
February 21, 2022 17:09
-
-
Save agmm/95e9d257190d23409bf8b3f8e4e04416 to your computer and use it in GitHub Desktop.
Logseq Custom CSS Snippet
This file contains hidden or 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
| /* Hide the help FAB */ | |
| .cp__sidebar-help-btn { | |
| display: none; | |
| } | |
| /* Reduce the maximum content width */ | |
| :root { | |
| --ls-main-content-max-width: 666px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment