logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: e4f27419894dc93f70dd563ba231d4f7f0abb359
parent dc631c68fde12fef499c4b26c9a29e38c23357de
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  4 Mar 2024 22:40:44 +0200

fix

Diffstat:

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

diff --git a/src/components/chat_list_item/chat_list_item.scss b/src/components/chat_list_item/chat_list_item.scss @@ -10,7 +10,7 @@ } &:hover { - box-shadow: var(--shadow) + box-shadow: var(--shadow); } .chat-list-item-left {