updated lite

This commit is contained in:
Concedo 2025-08-20 20:40:56 +08:00
parent 80480316fc
commit 2853baf1e8

View file

@ -180,11 +180,11 @@ Current version indicated by LITEVER below.
width: 1770px;
}}
.centeredcontainer {
width: calc(100% - 662px)!important;
width: calc(100% - 642px)!important;
}
@media (max-width: 960px) {
.centeredcontainer {
width: 33%!important;
width: 35%!important;
}
}
@ -784,12 +784,12 @@ Current version indicated by LITEVER below.
width: 330px;
}
.nspopup.sidepanelsize {
width: 330px!important;
width: 320px!important;
margin-top: 0px!important;
}
@media (max-width: 960px) {
.nspopup.sidepanelsize {
width: 33vw!important;
width: 32vw!important;
margin-top: 0px!important;
}
}
@ -1766,8 +1766,9 @@ Current version indicated by LITEVER below.
padding-left: 52px;
padding-right: 52px;
padding-top: 8px;
border: 1px solid #bbbbbbaa;
border: 1px solid #bbbbbb55;
position: relative;
box-shadow: 0px 4px 10px 3px rgb(0 0 0 / 20%);
}
body.darkmode .corpo_chat_outer
{
@ -1888,6 +1889,7 @@ Current version indicated by LITEVER below.
transition: transform 0.3s ease;
height: calc(100vh - 68px);
z-index: 1;
box-shadow: 8px 3px 6px 2px rgb(0 0 0 / 4%);
}
body.darkmode .corpoleftpanel
{
@ -2132,6 +2134,7 @@ Current version indicated by LITEVER below.
font-size:14px;
line-height:1.1;
margin:4px;
margin-top: 8px;
margin-bottom:6px;
margin-left:12px;
}
@ -14479,6 +14482,7 @@ Current version indicated by LITEVER below.
indexeddb_save("savedcustomcss", "");
let styleElement = document.getElementById('custom_css');
styleElement.innerHTML = "";
show_welcome_panel();
},null);
}
@ -24526,8 +24530,8 @@ Current version indicated by LITEVER below.
<div style="float:right;">
<div class="settinglabel">
<button type="button" class="btn purplebtn widelbtn" style="padding:4px;margin:2px;margin-top:4px;margin-bottom:4px;font-size:8px" id="wiexport" onclick="wi_group_export()">[Edit Group]</button>
<button type="button" class="btn purplebtn widelbtn" style="padding:4px;margin:2px;margin-top:4px;margin-bottom:4px;font-size:8px" id="wiexport" onclick="export_wi_to_file()">[Export all WI to file]</button>
<button type="button" class="btn purplebtn widelbtn" style="padding:4px;margin:2px;margin-top:4px;margin-bottom:4px;font-size:8px" id="wiexport" onclick="import_wi_from_file()">[Import all WI from file]</button>
<button type="button" class="btn purplebtn widelbtn" style="padding:4px;margin:2px;margin-top:4px;margin-bottom:4px;font-size:8px" id="wiexport" onclick="export_wi_to_file()">[Export All]</button>
<button type="button" class="btn purplebtn widelbtn" style="padding:4px;margin:2px;margin-top:4px;margin-bottom:4px;font-size:8px" id="wiexport" onclick="import_wi_from_file()">[Import All]</button>
</div>
<div style="float:right;">
<div class="settinglabel" style="padding: 4px;">
@ -24588,15 +24592,15 @@ Current version indicated by LITEVER below.
</div>
<div class="settinglabel" style="padding: 4px;">
<div class="justifyleft settingsmall" title="Delete Embedding cache">Delete Embedding cache <span class="helpicon">?
<div class="justifyleft settingsmall" title="Delete Embedding Cache">Delete Embedding Cache <span class="helpicon">?
<span class="helptext">When embeddings are enabled, they get generated by the KCPP server and then are cached in the web browser. This button clears the browser cache.</span></span></div>
<button title="Delete Embedding cache" class="btn btn-primary" onclick="DBClearEmbeddings()" style="font-size:12px;padding:2px 2px;margin:0px 0 0;">Delete Embedding cache</button>
<button title="Delete Embedding cache" class="btn btn-primary" onclick="DBClearEmbeddings()" style="font-size:12px;padding:2px 2px;margin:0px 0 0;">Delete Cache</button>
</div>
<div class="settinglabel" style="padding: 4px;">
<div class="justifyleft settingsmall" title="Add document to TextDB">Add document to TextDB <span class="helpicon">?
<span class="helptext">Tries to extract the text from the document, adding (or overwriting) an existing document in the TextDB with the same name.</span></span></div>
<button title="Add document to TextDB" class="btn btn-primary" onclick="addDocumentToTextDB()" style="font-size:12px;padding:2px 2px;margin:0px 0 0;">Add document to TextDB</button>
<button title="Add Document to TextDB" class="btn btn-primary" onclick="addDocumentToTextDB()" style="font-size:12px;padding:2px 2px;margin:0px 0 0;">Add Doc to TextDB</button>
</div>
<div class="settinglabel" style="padding: 4px;">
@ -25449,14 +25453,14 @@ Current version indicated by LITEVER below.
<div class="justifyleft rowitem">Resolution <span class="helpicon">?
<span class="helptext">Changing resolution will affect the aspect ratio used to generate. This may impact quality or memory usage.</span>
</span>: </div>
<select title="Resolution" style="padding:1px; font-size:12px; height:20px; width: 180px;" class="form-control" id="img_aspect">
<option value="0">512 x 512 (Square)</option>
<option value="1">512 x 768 (Portrait)</option>
<option value="2">768 x 512 (Landscape)</option>
<option value="3">768 x 768 (BigSquare)</option>
<option value="4">512 x 1024 (TallPortrait)</option>
<option value="5">1024 x 512 (LongLandscape)</option>
<option value="6">1024 x 1024 (HugeSquare)</option>
<select title="Resolution" style="padding:1px; font-size:12px; height:20px; width: 100px;" class="form-control" id="img_aspect">
<option value="0">512 x 512</option>
<option value="1">512 x 768</option>
<option value="2">768 x 512</option>
<option value="3">768 x 768</option>
<option value="4">512 x 1024</option>
<option value="5">1024 x 512</option>
<option value="6">1024 x 1024</option>
</select>
</div>
<div class="inlinelabel">