logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 9e5037c71564c041c6bf518109d21e84df435855
parent 835feea1633fa1a5f3ea6f28bc3760a345e52cf1
Author: Henry Jameson <me@hjkos.com>
Date:   Tue,  5 Apr 2022 17:44:40 +0300

make chatlist header sticky

Diffstat:

Msrc/components/chat_list/chat_list.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/chat_list/chat_list.vue b/src/components/chat_list/chat_list.vue @@ -6,7 +6,7 @@ v-else class="chat-list panel panel-default" > - <div class="panel-heading"> + <div class="panel-heading -sticky"> <span class="title"> {{ $t("chats.chats") }} </span>