Taller Plex metadata modal

Makes the Plex metadata modal taller so it doesn't cut off the collections dropdown

< Feedback on Taller Plex metadata modal

Review: Bad - script does not work

§
Posted: 21.09.2021

No longer works, changes below do:

(function() {
'use strict';

GM_addStyle('.modal-body-scroll { max-height: 1000px; }');
GM_addStyle('.modal-body-with-panes .modal-body-pane { height: 1000px; }');
GM_addStyle('.selectize-dropdown-content {max-height: 500px; )');
})();

Post reply

Sign in to post a reply.