Skip to content

Commit

Permalink
Inputs to textareas
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Apr 10, 2023
1 parent 44dc5a6 commit adc4f4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ <h4>Contrastive search</h4>
Text to be send as a character nudge
</div>
<div class="range-block-range">
<input id="poe_nudge_text" class="text_pole" type="text" />
<textarea id="poe_nudge_text" class="text_pole" rows="3"></textarea>
</div>
</div>
</div>
Expand Down Expand Up @@ -1415,7 +1415,7 @@ <h3 id="character_popup_text_h3"></h3> - Advanced Defininitions
<hr>
<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>
<input id="personality_textarea" name="personality" placeholder="" form="form_create" class="text_pole" autocomplete="off">
<textarea id="personality_textarea" name="personality" placeholder="" form="form_create" class="text_pole" autocomplete="off" rows="2"></textarea>
</div>

<div id="scenario_div">
Expand All @@ -1425,7 +1425,7 @@ <h5>Circumstances and context of the dialogue
<span class="note-link-span">?</span>
</a>
</h5>
<input id="scenario_pole" name="scenario" class="text_pole" maxlength="9999" value="" autocomplete="off" form="form_create">
<textarea id="scenario_pole" name="scenario" class="text_pole" maxlength="9999" value="" autocomplete="off" form="form_create" rows="2"></textarea>
</div>

<div id="talkativeness_div">
Expand Down
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit adc4f4b

Please sign in to comment.