logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: cbb34e2b0e0ecd6b0b0040e0ab2dc2b8dfca3fa1
parent e98a2af39e01e42a6dc24aa148eb67e98cb1dbef
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 18 Aug 2021 20:58:26 +0300

fix expanded mentions spacing

Diffstat:

Msrc/components/mentions_line/mentions_line.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/mentions_line/mentions_line.scss b/src/components/mentions_line/mentions_line.scss @@ -4,6 +4,7 @@ color: var(--link); } + .fullExtraMentions, .mention-link:not(:last-child) { margin-right: 0.25em; }