Add theme tint and blur to prompt manager popup drawer
This commit is contained in:
parent
f5aa891962
commit
6e4689ba39
|
@ -89,10 +89,6 @@
|
|||
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_chathistory_edit,
|
||||
#completion_prompt_manager_popup #completion_prompt_manager_popup_dialogueexamples_edit,
|
||||
|
@ -260,6 +256,7 @@
|
|||
|
||||
#completion_prompt_manager_popup {
|
||||
max-width: var(--sheldWidth);
|
||||
overflow-y: auto;
|
||||
height: calc(100% - 40px);
|
||||
position: absolute;
|
||||
margin-left: auto;
|
||||
|
@ -273,7 +270,7 @@
|
|||
flex-direction: column;
|
||||
z-index: 3010;
|
||||
border-radius: 0 0 20px 20px;
|
||||
background-color: #000;
|
||||
background-color: var(--SmartThemeBlurTintColor);
|
||||
}
|
||||
|
||||
#prompt-manager-export-format-popup {
|
||||
|
|
|
@ -3637,7 +3637,7 @@
|
|||
</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">
|
||||
<h3>Inspect</h3>
|
||||
<div class="completion_prompt_manager_popup_entry">
|
||||
|
|
Loading…
Reference in New Issue