Skip to content

Instantly share code, notes, and snippets.

@agmm
Last active February 21, 2022 17:09
Show Gist options
  • Select an option

  • Save agmm/95e9d257190d23409bf8b3f8e4e04416 to your computer and use it in GitHub Desktop.

Select an option

Save agmm/95e9d257190d23409bf8b3f8e4e04416 to your computer and use it in GitHub Desktop.
Logseq Custom CSS Snippet
/* 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