Adjust chat mode height

This commit is contained in:
oobabooga 2023-04-19 01:35:20 -03:00
parent ab5624136a
commit 0ba4095504
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
margin-left: auto;
margin-right: auto;
max-width: 800px;
height: 66.67vh;
height: calc(100vh - 300px);
overflow-y: auto;
padding-right: 20px;
display: flex;

View file

@ -2,7 +2,7 @@
margin-left: auto;
margin-right: auto;
max-width: 800px;
height: 66.67vh;
height: calc(100vh - 300px);
overflow-y: auto;
padding-right: 20px;
display: flex;

View file

@ -2,7 +2,7 @@
margin-left: auto;
margin-right: auto;
max-width: 800px;
height: 66.67vh;
height: calc(100vh - 300px);
overflow-y: auto;
padding-right: 20px;
display: flex;