fix chat bg color when panels hidden

This commit is contained in:
RossAscends
2023-07-31 01:08:24 +09:00
parent 51449c4913
commit 95d43712d3

View File

@@ -738,7 +738,7 @@ let token;
var PromptArrayItemForRawPromptDisplay; var PromptArrayItemForRawPromptDisplay;
export let active_character = "" export let active_character = ""
export let active_group = "" export let active_group = ""
export function getRequestHeaders() { export function getRequestHeaders() {
@@ -7769,7 +7769,7 @@ $(document).ready(function () {
} else { } else {
divchat.style.borderRadius = "10px"; // Adjust the value to control the roundness of the corners divchat.style.borderRadius = "10px"; // Adjust the value to control the roundness of the corners
divchat.style.backgroundColor = "#f0f0f0"; // Set the background color to your preference divchat.style.backgroundColor = ""; // Set the background color to your preference
topBar.style.display = "none"; topBar.style.display = "none";
topSettingsHolder.style.display = "none"; topSettingsHolder.style.display = "none";