mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Better welcome text positioning.
This commit is contained in:
@@ -2371,9 +2371,14 @@ body {
|
||||
}
|
||||
|
||||
#welcome-logo {
|
||||
pointer-events: none;
|
||||
max-width: 720px;
|
||||
width: 100%;
|
||||
width: 50%;
|
||||
display: block;
|
||||
margin-top: 480px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
pointer-events: none;
|
||||
transform: translateY(-200px);
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
/* Popups */
|
||||
|
@@ -45,7 +45,7 @@
|
||||
<!------------ Game Text Screen--------------------->
|
||||
<div class="gamescreen" id="gamescreen">
|
||||
<div id="disconnect_message"><center><h1>Disconnected</h1></center></div>
|
||||
<div id="welcome_text" class="var_sync_model_welcome" draggable="False"></div>
|
||||
<div id="welcome_text" class="var_sync_model_welcome welcome_text" draggable="False"></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>
|
||||
|
Reference in New Issue
Block a user