From: Dessalines Date: Thu, 5 Mar 2020 15:18:48 +0000 (-0500) Subject: Thinner blockquotes. Corrected user on private messaging. X-Git-Url: http://these/git/%22https:/image.com/static/gitweb.css?a=commitdiff_plain;h=25fa97a20af8ef244bc5e934670a3a81a4eff589;p=lemmy.git Thinner blockquotes. Corrected user on private messaging. --- diff --git a/ui/assets/css/main.css b/ui/assets/css/main.css index 64f086b3..53237793 100644 --- a/ui/assets/css/main.css +++ b/ui/assets/css/main.css @@ -117,7 +117,7 @@ } blockquote { - border-left: 3px solid #ccc; + border-left: 1px solid var(--secondary); margin: 0.5em 5px; padding: 0.1em 5px; } diff --git a/ui/src/components/private-message-form.tsx b/ui/src/components/private-message-form.tsx index 13b4d2ea..90b3b6e1 100644 --- a/ui/src/components/private-message-form.tsx +++ b/ui/src/components/private-message-form.tsx @@ -126,7 +126,7 @@ export class PrivateMessageForm extends Component< {this.state.recipient && (
{this.state.recipient.avatar && showAvatars() && (