mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Change out of font to smaller material package
This commit is contained in:
BIN
static/MaterialIconsOutlined-Regular.otf
Normal file
BIN
static/MaterialIconsOutlined-Regular.otf
Normal file
Binary file not shown.
Binary file not shown.
@@ -1235,7 +1235,7 @@ body.NotConnected {
|
||||
@font-face {
|
||||
font-family: 'Material Icons Outlined';
|
||||
font-style: normal;
|
||||
src: url(/static/MaterialSymbolsOutlined.ttf) format('truetype');
|
||||
src: url(/static/MaterialIconsOutlined-Regular.otf) format('opentype');
|
||||
}
|
||||
|
||||
.material-icons-outlined {
|
||||
|
@@ -388,6 +388,9 @@ function do_ai_busy(data) {
|
||||
}
|
||||
|
||||
function var_changed(data) {
|
||||
if ((data.classname =="actions") && (data.name == 'Probabilities')) {
|
||||
console.log(data);
|
||||
}
|
||||
//console.log({"name": data.name, "data": data});
|
||||
//Special Case for Story Text
|
||||
if ((data.classname == "actions") && (data.name == "Selected Text")) {
|
||||
|
Reference in New Issue
Block a user