spreed icon indicating copy to clipboard operation
spreed copied to clipboard

Add margin to the right of the chat the same size of the sidebar in 1on1s

Open marcoambrosini opened this issue 4 years ago • 1 comments

how to reproduce: 1 Have a 4k monitor without scaling turned on 2 Open a group conversation and open the sidebar 3 Switch to a 1on1 conversation

Expected behavior: The chat and newmessageform stay in place (horizontally aligned) and a margin the size of the sidebar is added to the right of the page

Actual behavior: The chat jumps to the right

the isMobile is not really helpful here as we want to introduce this margin only when windowWidth - navigationWidth - sidebarWidth > 800px 800px being the size of the message component including the avatar part. We don't want to needlessly compress that.

marcoambrosini avatar Nov 02 '21 13:11 marcoambrosini

@marcoambrosini Could you please add more descriptions or screenshots for this ticket? ;)

nikola-gladovic avatar Jan 10 '22 10:01 nikola-gladovic