Skip to content

Commit

Permalink
Merge pull request #10 from rbertus2000/updates
Browse files Browse the repository at this point in the history
little optical fixes for image-modifier-improvements
  • Loading branch information
patriceac authored Jul 22, 2023
2 parents 4e797a4 + 2480534 commit 1ff1ffc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions plugins/Patrice/image-modifier-improvements.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ let sharedCustomModifiers
}
#modifier-settings-config textarea {
width: 100%;
height: 40vh;
}
Expand Down Expand Up @@ -168,7 +167,7 @@ let sharedCustomModifiers
closeCollapsible(preset.parentElement) // toggle first preset section
}
// set up categories auto-collapse
autoCollapseCategories()
//autoCollapseCategories()

// add the export and import links to the custom modifiers dialog
const imageModifierDialog = customModifiersTextBox.parentElement
Expand Down Expand Up @@ -739,12 +738,6 @@ let sharedCustomModifiers
color: var(--accent-text-color);
}
#editor-modifiers.active {
height: 80vh;
overflow-y: auto;
top: 10%;
text-align: left;
}
#editor-modifiers.active::-webkit-scrollbar {
width: 10px;
Expand Down

0 comments on commit 1ff1ffc

Please sign in to comment.