diff --git a/web/app/components/comment/__text/comment__text.scss b/web/app/components/comment/__text/comment__text.scss index c0f50581..bc03e370 100644 --- a/web/app/components/comment/__text/comment__text.scss +++ b/web/app/components/comment/__text/comment__text.scss @@ -5,7 +5,28 @@ margin: 0; + p { - margin-top: 5px; + margin-top: 8px; + } + + // imported comments have br instead of p + br { + content: ''; + display: block; + margin-top: 8px; } } + + a { + color: #0aa; + + &:hover { + color: #06c5c5; + text-decoration: none; + } + } + + img { + max-width: 100%; + max-height: 300px; + } }