forked from rDrama/rDrama
1
0
Fork 0

Tweak height

master
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", "name": "chat",
"version": "0.1.4", "version": "0.1.5",
"main": "./src/index.tsx", "main": "./src/index.tsx",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

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

View File

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