Tweak height

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-25 18:14:31 -05:00
parent c5c11a09ce
commit 244d6b0d32
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "chat",
"version": "0.1.4",
"version": "0.1.5",
"main": "./src/index.tsx",
"license": "MIT",
"dependencies": {

View File

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

View File

@ -1,4 +1,5 @@
.UsersTyping {
height: 18px;
display: inline-block;
font-size: 10px;
}