mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added CSS elements
This commit is contained in:
@@ -485,6 +485,14 @@ input[type="range"]::-ms-fill-upper {
|
|||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Model_Info .settings_button {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#import_story_button {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.settings_button[story_gamesaved="true"] {
|
.settings_button[story_gamesaved="true"] {
|
||||||
filter: brightness(40%);
|
filter: brightness(40%);
|
||||||
}
|
}
|
||||||
|
@@ -63,7 +63,7 @@
|
|||||||
<span class="var_sync_story_story_name fullwidth" contenteditable=true onblur="sync_to_server(this);"></span>
|
<span class="var_sync_story_story_name fullwidth" contenteditable=true onblur="sync_to_server(this);"></span>
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
<span class="material-icons-outlined cursor" title="Download Story" onclick="document.getElementById('download_iframe').src = 'json';">file_download</span>
|
<span class="material-icons-outlined cursor" style="padding-top: 8px;" title="Download Story" onclick="document.getElementById('download_iframe').src = 'json';">file_download</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="text_storyname">
|
<div id="text_storyname">
|
||||||
|
Reference in New Issue
Block a user