logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: d02a15043ecf7df913622cf1417b624c810957c7
parent 472aad52e190fa798fc2261b4663f3249c2c5ef9
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 25 Mar 2024 13:08:30 +0200

fix two most annoying remaining bugs (incorrect hover in chats and
overflowing avatars in interactors section)

Diffstat:

Msrc/components/chat_list_item/chat_list_item.scss4----
Msrc/components/status/status.scss1+
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/components/chat_list_item/chat_list_item.scss b/src/components/chat_list_item/chat_list_item.scss @@ -9,10 +9,6 @@ outline: none; } - &:hover { - box-shadow: var(--shadow); - } - .chat-list-item-left { margin-right: 1em; } diff --git a/src/components/status/status.scss b/src/components/status/status.scss @@ -347,6 +347,7 @@ position: relative; display: flex; align-items: center; + overflow: hidden; &::before { content: "";