improvements to chats view

This commit is contained in:
Henry Jameson 2022-04-26 18:50:11 +03:00
parent 4e4c96dfaf
commit cc84485650
2 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,6 @@
.chat-view {
display: flex;
height: 100%;
// Stick the form to the top/bottom of screen
margin-bottom: calc(var(--___columnMargin) / -2);
margin-top: calc(var(--___columnMargin) / -2);
.chat-view-inner {
height: auto;
@ -23,8 +20,6 @@
margin: 0 0 0 0;
border-radius: 10px 10px 0 0;
border-radius: var(--panelRadius, 10px) var(--panelRadius, 10px) 0 0;
margin-bottom: calc(var(--___columnMargin) * -1);
padding-bottom: var(--___columnMargin);
&::after {
border-radius: 0;