Better style for advanced textarea

This commit is contained in:
SillyLossy
2023-04-10 16:05:19 +03:00
parent adc4f4b29d
commit d1fb575243
2 changed files with 3 additions and 3 deletions

View File

@@ -1415,7 +1415,7 @@
<hr> <hr>
<h4>Personality summary</h4> <h4>Personality summary</h4>
<h5>A brief description of the personality <a href="/notes/2" class="notes-link" target="_blank"><span class="note-link-span">?</span></a></h5> <h5>A brief description of the personality <a href="/notes/2" class="notes-link" target="_blank"><span class="note-link-span">?</span></a></h5>
<textarea id="personality_textarea" name="personality" placeholder="" form="form_create" class="text_pole" autocomplete="off" rows="2"></textarea> <textarea id="personality_textarea" name="personality" placeholder="" form="form_create" class="text_pole" autocomplete="off" rows="3"></textarea>
</div> </div>
<div id="scenario_div"> <div id="scenario_div">
@@ -1425,7 +1425,7 @@
<span class="note-link-span">?</span> <span class="note-link-span">?</span>
</a> </a>
</h5> </h5>
<textarea id="scenario_pole" name="scenario" class="text_pole" maxlength="9999" value="" autocomplete="off" form="form_create" rows="2"></textarea> <textarea id="scenario_pole" name="scenario" class="text_pole" maxlength="9999" value="" autocomplete="off" form="form_create" rows="3"></textarea>
</div> </div>
<div id="talkativeness_div"> <div id="talkativeness_div">

View File

@@ -1946,7 +1946,7 @@ input[type="range"]::-webkit-slider-thumb {
background-color: var(--black30a); background-color: var(--black30a);
backdrop-filter: blur(50px); backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
grid-template-rows: 50px 110px 110px 90px auto; grid-template-rows: 50px 1fr 1fr 1fr 5fr;
grid-gap: 10px; grid-gap: 10px;
max-width: var(--sheldWidth); max-width: var(--sheldWidth);
height: calc(100svh - 40px); height: calc(100svh - 40px);