Jump to content

Resize the popup windows in the Windows client


Recommended Posts

Posted

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.

Capture d’écran (3).png

arrbee99
Posted (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 by arrbee99
  • Like 1
Posted

Awesome!
Now for the windows client please :) I don't use the browser :)

Capture d’écran (4).png

arrbee99
Posted

If only it were possible. Its a browser only thing...

  • Like 1
Posted
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
Posted

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...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...