From adc4f4b29dc18fce565d0f3a381eb8f1a314e2ab Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 10 Apr 2023 15:59:35 +0300 Subject: [PATCH] Inputs to textareas --- public/index.html | 6 +++--- public/style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 6b819a1b4..e82646f44 100644 --- a/public/index.html +++ b/public/index.html @@ -694,7 +694,7 @@ Text to be send as a character nudge
- +
@@ -1415,7 +1415,7 @@

Personality summary

A brief description of the personality ?
- +
@@ -1425,7 +1425,7 @@ ? - +
diff --git a/public/style.css b/public/style.css index 5022465ed..27bc22ef0 100644 --- a/public/style.css +++ b/public/style.css @@ -1946,7 +1946,7 @@ input[type="range"]::-webkit-slider-thumb { background-color: var(--black30a); backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(30px); - grid-template-rows: 50px 100px 100px 100px auto; + grid-template-rows: 50px 110px 110px 90px auto; grid-gap: 10px; max-width: var(--sheldWidth); height: calc(100svh - 40px);