diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-01-02 16:28:05 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-01-02 16:28:05 +0000 |
| commit | b9b4181f174893e023658b1cdd4720b24c309f4d (patch) | |
| tree | e943cff95513f249ebde23c6ff12def887604add | |
| parent | b5d4c43bc2c59fff2e57fcc091c62481e677c973 (diff) | |
| parent | d2f97bf833fd535969e110e77121a5065c69df0a (diff) | |
Merge branch 'from/develop/tusooa/1221-quote-style' into 'develop'
Improve quote style
Closes #1221
See merge request pleroma/pleroma-fe!1697
| -rw-r--r-- | src/components/rich_content/rich_content.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss index db08ef1e..52042314 100644 --- a/src/components/rich_content/rich_content.scss +++ b/src/components/rich_content/rich_content.scss @@ -1,7 +1,11 @@ +@import '../../variables'; + .RichContent { blockquote { - margin: 0.2em 0 0.2em 2em; + margin: 0.2em 0 0.2em 0.2em; font-style: italic; + border-left: 0.2em solid var(--faint, $fallback--faint); + padding-left: 1em; } pre { |
