Add theme tint and blur to prompt manager popup drawer

This commit is contained in:
maver
2023-07-31 16:12:56 +02:00
parent f5aa891962
commit 6e4689ba39
2 changed files with 3 additions and 6 deletions

View File

@@ -89,10 +89,6 @@
opacity: 1; opacity: 1;
} }
#completion_prompt_manager_popup {
overflow-y: auto;
}
#completion_prompt_manager_popup #completion_prompt_manager_popup_edit, #completion_prompt_manager_popup #completion_prompt_manager_popup_edit,
#completion_prompt_manager_popup #completion_prompt_manager_popup_chathistory_edit, #completion_prompt_manager_popup #completion_prompt_manager_popup_chathistory_edit,
#completion_prompt_manager_popup #completion_prompt_manager_popup_dialogueexamples_edit, #completion_prompt_manager_popup #completion_prompt_manager_popup_dialogueexamples_edit,
@@ -260,6 +256,7 @@
#completion_prompt_manager_popup { #completion_prompt_manager_popup {
max-width: var(--sheldWidth); max-width: var(--sheldWidth);
overflow-y: auto;
height: calc(100% - 40px); height: calc(100% - 40px);
position: absolute; position: absolute;
margin-left: auto; margin-left: auto;
@@ -273,7 +270,7 @@
flex-direction: column; flex-direction: column;
z-index: 3010; z-index: 3010;
border-radius: 0 0 20px 20px; border-radius: 0 0 20px 20px;
background-color: #000; background-color: var(--SmartThemeBlurTintColor);
} }
#prompt-manager-export-format-popup { #prompt-manager-export-format-popup {

View File

@@ -3637,7 +3637,7 @@
</div> </div>
</div> </div>
</div> </div>
<div id="completion_prompt_manager_popup" style="display:none;"> <div id="completion_prompt_manager_popup" class="drawer-content" style="display:none;">
<div id="completion_prompt_manager_popup_inspect"> <div id="completion_prompt_manager_popup_inspect">
<h3>Inspect</h3> <h3>Inspect</h3>
<div class="completion_prompt_manager_popup_entry"> <div class="completion_prompt_manager_popup_entry">