Tangsgod 22 Posted January 30, 2022 Posted January 30, 2022 Hi! I noticed that when I choose an option in the windows client, the popup window that appears is very, very large, in fact, only a third of the space is use to disply the option. That would be a great (and I hope not so difficult change to make) thing to resize it. We could see more of the background, and closing this popup will be easier.
arrbee99 1817 Posted January 31, 2022 Posted January 31, 2022 (edited) Been there done that. With css anyway - /* Make Metadata window narrower */ div.focuscontainer.dialog.dialog-fixedSize.dialog-medium-tall.formDialog.opened {width: 900px;} /* Make Filter (WIDE) window narrower */ div.focuscontainer.dialog.dialog-fixedSize.dialog-small.formDialog.opened {width: 900px;} and maybe /* Make TV play recording dialog box shallower */ div.focuscontainer.dialog.dialog-fixedSize.dialog-small.formDialog.recordingDialog.opened {height: 560px;} /* Make TV play recording dialog box narrower */ div.focuscontainer.dialog.dialog-fixedSize.dialog-small.formDialog.recordingDialog.opened {width: 800px;} its from this - Put it in Dashboard > Settings > custom css box. Hope it still works. Edit - adjust sizes as appropriate... Edited January 31, 2022 by arrbee99 1
Tangsgod 22 Posted January 31, 2022 Author Posted January 31, 2022 Awesome! Now for the windows client please I don't use the browser
arrbee99 1817 Posted January 31, 2022 Posted January 31, 2022 If only it were possible. Its a browser only thing... 1
Tangsgod 22 Posted January 31, 2022 Author Posted January 31, 2022 Just now, arrbee99 said: If only it were possible. Its a browser only thing... Yes, I thing the Emby team should have a look and change it, I hope that would'nt be a very hard work, but here, with {width: 600px;} it's just great and don't look oversized
arrbee99 1817 Posted January 31, 2022 Posted January 31, 2022 It would be nice, but doubt it would be very high up the list, especially with them just adding things like lyrics a beta or two ago, and polishing that before it goes stable, adding lyrics to the other apps, etc etc...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now