| 197 | #getHtml = () => { | 197 | #getHtml = () => { |
| 198 | const characterData = JSON.stringify({ characterIds: this.characterIds }); | 198 | const characterData = JSON.stringify({ characterIds: this.characterIds }); |
| 199 | return `<div id="bulk_tag_shadow_popup"> | 199 | return `<div id="bulk_tag_shadow_popup"> |
| 200 | <div id="bulk_tag_popup"> | 200 | <div id="bulk_tag_popup" class="wider_dialogue_popup"> |
| 201 | <div id="bulk_tag_popup_holder"> | 201 | <div id="bulk_tag_popup_holder"> |
| 202 | <h3 class="marginBot5">Modify tags of ${this.characterIds.length} characters</h3> | 202 | <h3 class="marginBot5">Modify tags of ${this.characterIds.length} characters</h3> |
| 203 | <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> | 203 | <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> |