reduce chat height a bit

pull/90/head
Aevann 2023-01-20 06:44:35 +02:00
parent e6acc1cdd0
commit 823e048169
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ body {
position: relative;
flex: 3;
height: 62vh;
height: calc(var(--vh, 1vh) * 72);
height: calc(var(--vh, 1vh) * 70);
max-height: 1000px;
overflow: auto;
-ms-overflow-style: none;