bugfix: header inner borders + depreciated .box-button + chat textarea + width of buttons

This commit is contained in:
gaelle morin
2020-06-12 20:24:22 +02:00
parent e8f52cd1b6
commit 0927041e4a
7 changed files with 31 additions and 13 deletions

View File

@ -1,6 +1,6 @@
.chat-view {
padding: 0;
height: calc(100vh);
height: calc(100vh - 106px);
position: relative;
overflow: hidden;