mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
[frontend] style blockquote nicely within content (#742)
This commit is contained in:
parent
f5689a9e5f
commit
745f54970d
1 changed files with 7 additions and 0 deletions
|
@ -127,6 +127,13 @@ main {
|
|||
|
||||
.content {
|
||||
word-break: break-word;
|
||||
|
||||
blockquote {
|
||||
padding: 0.5rem 0 0.5rem 1.5rem;
|
||||
border-left: 0.2rem solid $sloth_orange1;
|
||||
margin-left: 1rem;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue