Use wider css class for bulk tag menu

2d476d4461a0dffec712fa8f09ec42901a5552e3

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

2 files changed, +2 -2Ignore whitespace
public/scripts/BulkEditOverlay.js+1 -1
@@ -197,7 +197,7 @@ class BulkTagPopupHandler {
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>
public/style.css+1 -1
@@ -3195,7 +3195,7 @@ grammarly-extension {
31953195
3196#bulk_tag_popup,3196#bulk_tag_popup,
3197#dialogue_popup {3197#dialogue_popup {
3198 width: 750px;3198 width: 500px;
3199 max-width: 90vw;3199 max-width: 90vw;
3200 max-width: 90dvw;3200 max-width: 90dvw;
3201 position: absolute;3201 position: absolute;