mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
Merge pull request #6780 from colwem/issue6774
Improve styling of markdown blockquotes - fixes #6774
This commit is contained in:
commit
87bd55cca1
1 changed files with 16 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
color: #999
|
||||
|
||||
.tavern-chat, .party-chat
|
||||
|
||||
|
||||
li
|
||||
padding-top:15px
|
||||
padding-bottom:15px
|
||||
|
|
@ -112,6 +112,21 @@
|
|||
padding-top:0px
|
||||
padding-bottom:0px
|
||||
|
||||
blockquote
|
||||
padding: 0 15px
|
||||
color: #777
|
||||
border-left: 4px solid #ddd
|
||||
margin: 5px 0px 5px 0px
|
||||
font-size: 14px
|
||||
p
|
||||
&:first-child
|
||||
display: block
|
||||
line-height: 1.3em
|
||||
margin-bottom: 0.7em
|
||||
&>:last-child
|
||||
margin-bottom: 0
|
||||
|
||||
|
||||
.panel-tiers
|
||||
div
|
||||
display: none
|
||||
|
|
|
|||
Loading…
Reference in a new issue