mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
@@ -2033,6 +2033,7 @@ h2 .material-icons-outlined {
|
||||
.collapsable_header,
|
||||
.section_header,
|
||||
.help_text,
|
||||
.sample_order,
|
||||
.noselect {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
|
@@ -105,8 +105,8 @@
|
||||
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
||||
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Sampling</h4>
|
||||
</div>
|
||||
<span class="help_text">Change how the AI decides what to say.</span>
|
||||
<div class="setting_tile_area">
|
||||
<span class="help_text">Change how the AI decides what to say.</span>
|
||||
<div class="setting_container_single">
|
||||
<!---Top Row---->
|
||||
<span class="setting_label">
|
||||
@@ -140,8 +140,8 @@
|
||||
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
||||
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Repetition</h4>
|
||||
</div>
|
||||
<span class="help_text">Change how the AI combats repetition.</span>
|
||||
<div class="setting_tile_area">
|
||||
<span class="help_text">Change how the AI combats repetition.</span>
|
||||
{% with sub_path='Repetition' %}
|
||||
{% include 'settings item.html' %}
|
||||
{% endwith %}
|
||||
@@ -205,8 +205,8 @@
|
||||
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
||||
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Biasing</h4>
|
||||
</div>
|
||||
<span class="help_text">Influence the likelihood for the AI to output certain phrases.</span>
|
||||
<div id="biasing">
|
||||
<span class="help_text">Influence the likelihood for the AI to output certain phrases.</span>
|
||||
<div class="bias_header">
|
||||
<div class="bias_header_phrase">Phrase</div>
|
||||
<div class="bias_header_score">Score</div>
|
||||
|
@@ -113,11 +113,11 @@
|
||||
--flyout_background: var(--layer1_palette);
|
||||
--flyout_background_pinned: var(--gruvbox-dark0-soft);
|
||||
|
||||
--setting_background: var(--gruvbox-dark0-soft);
|
||||
--setting_background: var(--gruvbox-dark1);
|
||||
--setting_text: var(--gruvbox-light0);
|
||||
|
||||
--button_text: var(--setting_text);
|
||||
--button_background: var(--setting_background);
|
||||
--button_background: var(--gruvbox-dark2);
|
||||
|
||||
--sample_order_select_color: var(--gruvbox-dark2);
|
||||
--sample_order_select_color_text: var(--gruvbox-light2);
|
||||
@@ -181,6 +181,9 @@
|
||||
--radius_item_popup: 0px;
|
||||
--radius_wi_card: 0px;
|
||||
--radius_settings_button: 5px;
|
||||
--radius_settings_button: 0px;
|
||||
--radius_alternate_button: 0px;
|
||||
--radius_palette_card: 0px;
|
||||
|
||||
/* Variables */
|
||||
--flyout_menu_closed_width: 0px;
|
||||
@@ -217,8 +220,6 @@ input, textarea{
|
||||
}
|
||||
|
||||
select {
|
||||
color: var(--gruvbox-light0) !important;
|
||||
background-color: var(--gruvbox-dark0-soft);
|
||||
border: 1px solid var(--gruvbox-dark2);
|
||||
border-radius: 0px !important;
|
||||
padding: 8px;
|
||||
@@ -264,6 +265,10 @@ hr, #token-breakdown-container, .tabrow::before {
|
||||
border-color: var(--gruvbox-neutral-aqua);
|
||||
}
|
||||
|
||||
.settings_button {
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
/* Firefox hacks, add this to upstream when done testing */
|
||||
input[type="range"]::-moz-range-thumb {
|
||||
background-color: var(--rangeslider_circle_color);
|
||||
|
Reference in New Issue
Block a user