mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for extra space after prompt
This commit is contained in:
@@ -47,8 +47,7 @@
|
||||
<div id="disconnect_message"><center><h1>Disconnected</h1></center></div>
|
||||
<div id="welcome_container" class="welcome_container"><div id="welcome_text" class="var_sync_model_welcome" draggable="False"></div></div>
|
||||
<div class="gametext" id="Selected Text" contenteditable=false onblur="select_game_text(null);" onclick="select_game_text(null);" onkeyup="select_game_text(event);">
|
||||
<span id="story_prompt" class="var_sync_story_prompt var_sync_alt_story_prompt_in_ai rawtext hidden" chunk="-1"></span>
|
||||
</div>
|
||||
<span id="story_prompt" class="var_sync_story_prompt var_sync_alt_story_prompt_in_ai rawtext hidden" chunk="-1"></span></div><!--don't move the /div down or it'll cause odd spacing issues in the UI--->
|
||||
</div>
|
||||
|
||||
<!------------ Sequences --------------------->
|
||||
|
Reference in New Issue
Block a user