Skip to content

Instantly share code, notes, and snippets.

@GitMurf
Created March 1, 2023 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GitMurf/701ac000990b4880a5a52e655fd7898a to your computer and use it in GitHub Desktop.
Save GitMurf/701ac000990b4880a5a52e655fd7898a to your computer and use it in GitHub Desktop.
RemNote CSS for block quotes
/* line up quotes with other bullets */
span.rem.relative.rn-editor__rem.rn-quote,
div.rem.relative.rn-editor__rem.rn-quote {
padding-left: 0px;
margin-left: -4px;
}
span.rem.relative.rn-editor__rem.rn-quote > div > div.rem-button__container,
div.rem.relative.rn-editor__rem.rn-quote > div.rem-button__container {
left: -48px !important;
}
span.rem.relative.rn-editor__rem.rn-quote > div > div.rem-button__container > .rem-bullet__container,
div.rem.relative.rn-editor__rem.rn-quote > div.rem-button__container > .rem-bullet__container {
margin-left: unset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment