mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Monochrome Update (0.6.3)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
Name: Monochrome
|
||||
Author: LightSaveUs
|
||||
Version: 0.6.2
|
||||
Version: 0.6.3
|
||||
Description: A theme inspired by the NovelAI interface.
|
||||
*/
|
||||
|
||||
@@ -189,8 +189,8 @@
|
||||
"menuicon inputrow inputrow lefticon";
|
||||
--story_pinned_area_widths_left: 30pxvar(--story_options_size) auto 30px;
|
||||
--story_pinned_area_widths_right: 30pxautovar(--story_options_size) 30px;
|
||||
--story_pinned_areas: var(--story_pinned_areas_left);
|
||||
--story_pinned_area_widths: var(--story_pinned_area_widths_left);
|
||||
--story_pinned_areas:var(--story_pinned_areas_left);
|
||||
--story_pinned_area_widths:var(--story_pinned_area_widths_left);
|
||||
--font_size_adjustment: 0px;
|
||||
--game_screen_font_size_adjustment: 1;}
|
||||
|
||||
@@ -289,6 +289,10 @@ span.helpicon.material-icons-outlined:hover:not(::after) {
|
||||
transform: scale(1) !important;
|
||||
}
|
||||
|
||||
.collapsable_header .material-icons-outlined {
|
||||
transform: translateY(7px) translateX(4px);
|
||||
}
|
||||
|
||||
#context-viewer-close:hover {
|
||||
transform: scale(1) !important;
|
||||
}
|
||||
@@ -392,6 +396,14 @@ a {
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
|
||||
/* Tooltips */
|
||||
|
||||
.tooltip-standard {
|
||||
border: none !important;
|
||||
color: #e0e0e0 !important;
|
||||
background-color: #1d2831 !important;
|
||||
}
|
||||
|
||||
/* World Info */
|
||||
|
||||
.tag:hover {
|
||||
|
Reference in New Issue
Block a user