Fix Some overlapping and mid-screen size layout for Messages

This commit is contained in:
Bojan Mojsilovic 2024-01-08 18:38:02 +01:00
parent d8f7efdeb1
commit 642098c5a4
3 changed files with 10 additions and 1 deletions

View File

@ -103,7 +103,9 @@
}
&.messagesColumn {
height: 85px;
>div {
height: 85px;
border-left: none;
}
}

View File

@ -505,3 +505,10 @@
padding-left: 2px;
}
}
@media only screen and (max-width: 1300px) {
.conversation {
width: 622px;
}
}

View File

@ -349,7 +349,7 @@ const Messages: Component = () => {
}
if (newMessageInputBorder) {
newMessageInputBorder.style.height = `${42 + (20 * rows)}px`;
newMessageInputBorder.style.height = `${40 + (20 * rows)}px`;
}
// debounce(() => {