mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Vars updates
This commit is contained in:
@@ -98,8 +98,8 @@ input[type="range"]::-ms-fill-upper {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
border-top-left-radius: var(--tabs_rounding);
|
||||
border-top-right-radius: var(--tabs_rounding);
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #AAA;
|
||||
text-shadow: 0 1px #AAA;
|
||||
margin: 0 -5px;
|
||||
@@ -1491,6 +1491,8 @@ body {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
flex-basis: auto;
|
||||
color: var(--popup_item_color_text);
|
||||
|
||||
}
|
||||
|
||||
.popup .model_item {
|
||||
|
@@ -107,7 +107,7 @@
|
||||
<table border=1 id="advanced_theme_editor_table"></table>
|
||||
</div>
|
||||
<div class="popup_load_cancel">
|
||||
<button type="button" class="btn btn-primary" onclick="document.getElementById('advanced_theme_editor').classList.add('hidden');">Ok</button>
|
||||
<button type="button" class="btn btn-primary popup_load_cancel_button" onclick="document.getElementById('advanced_theme_editor').classList.add('hidden');">Ok</button>
|
||||
</div>
|
||||
</div>
|
||||
<!---------------- Context Viewer ---------------------->
|
||||
|
@@ -71,7 +71,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="token-breakdown-container" style="border-top:2px;border-top-color:grey;border-top-style: solid;padding-top: 10px;">
|
||||
<div id="token-breakdown-container" class="settings_footer" style="padding-top: 10px;">
|
||||
<div class="token_breakdown">
|
||||
<div id="soft_prompt_tokens" style="width:0%; background-color: var(--context_colors_soft_prompt);"></div>
|
||||
<div id="memory_tokens" style="width:40%; background-color: var(--context_colors_memory);"></div>
|
||||
|
@@ -171,6 +171,7 @@
|
||||
--radius_wi_card: 10px;
|
||||
--radius_palette_card: 10px;
|
||||
--radius_settings_button: 5px;
|
||||
--tabs_rounding: 6px;
|
||||
|
||||
|
||||
|
||||
|
@@ -184,6 +184,7 @@
|
||||
--radius_settings_button: 0px;
|
||||
--radius_alternate_button: 0px;
|
||||
--radius_palette_card: 0px;
|
||||
--tabs_rounding: 6px;
|
||||
|
||||
/* Variables */
|
||||
--flyout_menu_closed_width: 0px;
|
||||
|
@@ -177,6 +177,7 @@
|
||||
--radius_wi_card: 5px;
|
||||
--radius_palette_card: 5px;
|
||||
--radius_settings_button: 5px;
|
||||
--tabs_rounding: 6px;
|
||||
|
||||
|
||||
|
||||
|
@@ -170,6 +170,7 @@
|
||||
--radius_wi_card: 5px;
|
||||
--radius_palette_card: 5px;
|
||||
--radius_settings_button: 2px;
|
||||
--tabs_rounding: 6px;
|
||||
|
||||
|
||||
|
||||
|
@@ -178,6 +178,7 @@
|
||||
--radius_wi_card: 10px;
|
||||
--radius_palette_card: 10px;
|
||||
--radius_settings_button: 10px;
|
||||
--tabs_rounding: 6px;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user