mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-10 17:10:14 +01:00
Use wider css class for bulk tag menu
This commit is contained in:
parent
af30991d77
commit
2d476d4461
@ -197,7 +197,7 @@ class BulkTagPopupHandler {
|
||||
#getHtml = () => {
|
||||
const characterData = JSON.stringify({ characterIds: this.characterIds });
|
||||
return `<div id="bulk_tag_shadow_popup">
|
||||
<div id="bulk_tag_popup">
|
||||
<div id="bulk_tag_popup" class="wider_dialogue_popup">
|
||||
<div id="bulk_tag_popup_holder">
|
||||
<h3 class="marginBot5">Modify tags of ${this.characterIds.length} characters</h3>
|
||||
<small class="bulk_tags_desc m-b-1">Add or remove the mutual tags of all selected characters. Import all or existing tags for all selected characters.</small>
|
||||
|
@ -3195,7 +3195,7 @@ grammarly-extension {
|
||||
|
||||
#bulk_tag_popup,
|
||||
#dialogue_popup {
|
||||
width: 750px;
|
||||
width: 500px;
|
||||
max-width: 90vw;
|
||||
max-width: 90dvw;
|
||||
position: absolute;
|
||||
|
Loading…
x
Reference in New Issue
Block a user