diff --git a/public/index.html b/public/index.html index 270e21fe8..3dba3d24d 100644 --- a/public/index.html +++ b/public/index.html @@ -2742,23 +2742,24 @@
-

- AI Prompt Overrides - (Affects the generation) -

+

Prompt Overrides (For OpenAI/Claude APIs, and Instruct mode)

+ +
+ Insert {{original}} into either box to include the respective default prompt from system settings.
-

System Prompt

- +

Main Prompt

+
-

Post History Instructions

- +

Jailbreak

+
+

@@ -2768,25 +2769,30 @@

-
-

Creator's Name

- + Everything here is optional +
+
+

Created by

+ +
+
+

Character Version

+ +
-
-

Creator's Notes

- -
-
-

Creator's Tags

- -
-
-

Character Version

- +
+
+

Creator's Notes

+ +
+
+

Tags to Embed

+ +
- +

Personality summary diff --git a/public/scripts/RossAscends-mods.js b/public/scripts/RossAscends-mods.js index 6a0fa2509..8ef61a1ad 100644 --- a/public/scripts/RossAscends-mods.js +++ b/public/scripts/RossAscends-mods.js @@ -561,8 +561,8 @@ B: ${oldBottom}>> ${bottom} ---`) power_user.movingUIState[elmntName].margin = 'unset'; } else { - console.log('skipped unsetting margins') - console.log(oldTop, top, oldLeft, left) + console.debug('skipped unsetting margins') + //console.debug(oldTop, top, oldLeft, left) } saveSettingsDebounced(); diff --git a/public/style.css b/public/style.css index 8fc489c81..1ca17a69c 100644 --- a/public/style.css +++ b/public/style.css @@ -2546,7 +2546,7 @@ input[type="range"]::-webkit-slider-thumb { #character_popup { display: none; - background-color: var(--black30a); + background-color: var(--SmartThemeBlurTintColor); backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)*2)); -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)*2)); @@ -4457,7 +4457,8 @@ body.waifuMode .zoomed_avatar { } .world_entry_thin_controls, - #persona-management-block { + #persona-management-block, + #character_popup .flex-container { flex-direction: column; }