mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add theme tint and blur to prompt manager popup drawer
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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">
|
||||||
|
Reference in New Issue
Block a user