mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge pull request #67 from LightSaveUs/UI2-test
Themes, removed button and pins
This commit is contained in:
@@ -483,7 +483,7 @@ gensettingstf = [
|
||||
"UI_V2_Only": True,
|
||||
"uitype": "slider",
|
||||
"unit": "int",
|
||||
"label": "Insert Depth",
|
||||
"label": "AN Depth",
|
||||
"id": "singleline",
|
||||
"min": 0,
|
||||
"max": 5,
|
||||
@@ -834,4 +834,4 @@ formatcontrols = [{
|
||||
"label": "Single Line",
|
||||
"id": "singleline",
|
||||
"tooltip": "Only allows the AI to output anything before the enter"
|
||||
}]
|
||||
}]
|
||||
|
@@ -307,7 +307,7 @@ input[type="range"]::-ms-fill-upper {
|
||||
.menu_pin {
|
||||
position: absolute;
|
||||
top:10px;
|
||||
left: calc(var(--flyout_menu_width) - 25px);
|
||||
left: calc(var(--flyout_menu_width) - 20px);
|
||||
z-index:50;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
@@ -747,7 +747,7 @@ input[type="range"]::-ms-fill-upper {
|
||||
.story_menu_pin {
|
||||
position: absolute;
|
||||
top:10px;
|
||||
right: calc(var(--flyout_menu_width) - 25px);
|
||||
right: calc(var(--flyout_menu_width) - 29px);
|
||||
z-index:50;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
@@ -1744,4 +1744,4 @@ h2 .material-icons-outlined {
|
||||
font-size: 0.9em;
|
||||
display: block;
|
||||
color: var(--setting_category_help_text_color);
|
||||
}
|
||||
}
|
||||
|
@@ -317,4 +317,4 @@
|
||||
<span>Execution Time: <span id="Execution Time"></span></span> |
|
||||
<span>Remaining Time: <span class="var_sync_model_tqdm_rem_time"></span></span> | <span id="var_time"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -98,11 +98,11 @@
|
||||
--wi_card_tag_bg_color: #242424;
|
||||
--wi_card_tag_text_color: #e0e0e0;
|
||||
|
||||
--wi_tag_color: #004397;
|
||||
--wi_tag_color: #1d434a;
|
||||
--wi_tag_text_color: #e0e0e0;
|
||||
|
||||
/*Popup*/
|
||||
--popup_background_color: #151717;
|
||||
--popup_background_color: #121414;
|
||||
--popup_title_bar_color: #1a625f;
|
||||
--popup_title_bar_color_text: #e0e0e0;
|
||||
|
||||
@@ -152,4 +152,4 @@
|
||||
--story_pinned_area_widths_right: 30px auto var(--story_options_size) 30px;
|
||||
--story_pinned_areas: var(--story_pinned_areas_left);
|
||||
--story_pinned_area_widths: var(--story_pinned_area_widths_left);
|
||||
}
|
||||
}
|
||||
|
@@ -98,11 +98,11 @@
|
||||
--wi_card_tag_bg_color: #273141;
|
||||
--wi_card_tag_text_color: #e0e0e0;
|
||||
|
||||
--wi_tag_color: #004397;
|
||||
--wi_tag_color: #244c65;
|
||||
--wi_tag_text_color: #e0e0e0;
|
||||
|
||||
/*Popup*/
|
||||
--popup_background_color: #18222a;
|
||||
--popup_background_color: #141c23;
|
||||
--popup_title_bar_color: #2b5471;
|
||||
--popup_title_bar_color_text: #e0e0e0;
|
||||
|
||||
@@ -152,4 +152,4 @@
|
||||
--story_pinned_area_widths_right: 30px auto var(--story_options_size) 30px;
|
||||
--story_pinned_areas: var(--story_pinned_areas_left);
|
||||
--story_pinned_area_widths: var(--story_pinned_area_widths_left);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user