logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 6fefa5a9c5f95e5a72486c0bebbec0c198e412b6
parent dd9e18fd34bbec2c4ab8af53cb1f4da5812fa271
Author: Shpuld Shpuldson <shp@cock.li>
Date:   Fri, 26 Feb 2021 11:00:21 +0200

fix chat unread badge

Diffstat:

Msrc/components/chat/chat.scss6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss @@ -98,10 +98,10 @@ .unread-message-count { font-size: 0.8em; left: 50%; - transform: translate(-50%, 0); - border-radius: 100%; margin-top: -1rem; - padding: 0; + padding: 0.1em; + border-radius: 50px; + position: absolute; } .chat-loading-error {