logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0087d33c7516551ac674110859027a10855ab98f
parent 8cc1ad67dff93b5faa1ed1bab663d16748eec68d
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 15 Aug 2021 18:41:13 +0300

fix "+X more" sticking

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 @@ -2,6 +2,7 @@ .showMoreLess { white-space: normal; color: var(--link); + margin-right: 0.25em; } .mention-link {