From d1fb575243f3f3583460ef2a763c9f764225f4a5 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 10 Apr 2023 16:05:19 +0300 Subject: [PATCH] Better style for advanced textarea --- public/index.html | 4 ++-- public/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index e82646f44..a5511f0d2 100644 --- a/public/index.html +++ b/public/index.html @@ -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 27bc22ef0..3737bdc82 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 110px 110px 90px auto; + grid-template-rows: 50px 1fr 1fr 1fr 5fr; grid-gap: 10px; max-width: var(--sheldWidth); height: calc(100svh - 40px);