logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: e5eca8a554446dfdfbe6049d14737979074cf18d
parent 0db756b4a55cafb59e8ab5baf721998b7289e937
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 12 Apr 2022 17:03:29 +0300

reduce chats jumpiness

Diffstat:

Msrc/components/chat/chat.scss3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss @@ -13,12 +13,13 @@ } .chat-view-body { + box-sizing: border-box; background-color: var(--chatBg, $fallback--bg); display: flex; flex-direction: column; width: 100%; overflow: visible; - min-height: 100%; + min-height: calc(100vh - var(--navbar-height)); margin: 0 0 0 0; border-radius: 10px 10px 0 0; border-radius: var(--panelRadius, 10px) var(--panelRadius, 10px) 0 0;