logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1717a3aaf2fb104797669ecddbd4418dca10c0cd
parent 25bf28f051f2adc22bdac82b7f1ab5c3fc003a39
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 16 Jun 2021 12:44:04 +0300

fix chats again

Diffstat:

Msrc/components/chat_message/chat_message.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/chat_message/chat_message.scss b/src/components/chat_message/chat_message.scss @@ -91,7 +91,7 @@ .without-attachment { .message-content { // TODO figure out how to do it properly - .rich-content-wrapper::after { + .RichContent::after { margin-right: 5.4em; content: " "; display: inline-block;