Greasy Fork

Taller Plex metadata modal

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

< 脚本Taller Plex metadata modal的反馈

评价:差评 - 脚本失效或无法使用

§
发表于:2021-09-21

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; )');
})();

发表回复

登录以发表回复。