The window for plugins in dev mode seems to be consistently fixed at 150px, regardless of the plugin’s height. I’ve attempted to set a height using the ShowUI
method and the resize
method, but the computed height remains fixed at 150px. This issue is consistent across various plugins, all appearing constrained to this height.
Upon inspecting the DOM, I found that the following div:
<div data-fpl-component="" class="tabs-module--tabPanel--1IUFn" role="tabpanel" aria-labelledby="tab:r1:-plugin-trigger" id="tab:r1:-plugin-panel" style=""> ... </div>
is stuck at 150px, no matter the plugin’s height.
These are screenshots of some plugins I opened to confirm it was not only happening to the plugin I’m working on