forked from rDrama/rDrama
1
0
Fork 0
master
Outrun Colors 2022-09-27 17:36:25 -05:00
parent 3f7a3ea1cc
commit 92f6454593
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -120,7 +120,7 @@ body {
} }
.App-content__reduced { .App-content__reduced {
height: calc(var(--vh, 1vh) * 45); height: calc(var(--vh, 1vh) * 55);
} }
} }