Use wider css class for bulk tag menu

This commit is contained in:
d-ber 2024-08-16 22:00:01 +02:00
parent af30991d77
commit 2d476d4461
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -3195,7 +3195,7 @@ grammarly-extension {
#bulk_tag_popup,
#dialogue_popup {
width: 750px;
width: 500px;
max-width: 90vw;
max-width: 90dvw;
position: absolute;