Created
March 1, 2023 02:00
-
-
Save GitMurf/701ac000990b4880a5a52e655fd7898a to your computer and use it in GitHub Desktop.
RemNote CSS for block quotes
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
/* 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