Use wider css class for bulk tag menu

2d476d4461a0dffec712fa8f09ec42901a5552e3

d-ber <davide.bertalero@studenti.unimi.it>

2 files changed, +2 -2Showing whitespace changes
public/scripts/BulkEditOverlay.js+1 -1
@@ -197,7 +197,7 @@ class BulkTagPopupHandler {
197197 #getHtml = () => {
198198 const characterData = JSON.stringify({ characterIds: this.characterIds });
199199 return `<div id="bulk_tag_shadow_popup">
200200 <div id="bulk_tag_popup" class="wider_dialogue_popup">
201201 <div id="bulk_tag_popup_holder">
202202 <h3 class="marginBot5">Modify tags of ${this.characterIds.length} characters</h3>
203203 <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>
public/style.css+1 -1
@@ -3195,7 +3195,7 @@ grammarly-extension {
31953195
31963196#bulk_tag_popup,
31973197#dialogue_popup {
31983198 width: 750px500px;
31993199 max-width: 90vw;
32003200 max-width: 90dvw;
32013201 position: absolute;