Jump to content

How to change Play buttons order


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

  • Solution
Happy2Play

It would be the same concept your other topic to "reorder".  Display is already flex so just add "order" to each element.

 

https://emby.media/community/index.php?/topic/79979-next-up-and-seasons-switching-places/

Edited by Happy2Play
  • Like 1
Link to comment
Share on other sites

cochize1

Thank you, posting the code if anyone needs it:

div.detailPageContent { display: flex; flex-direction: column; }
#itemDetailPage button.btnResume { order: 1; }
#itemDetailPage button.btnMainPlay { order: 2; }
#itemDetailPage button.btnShuffle { order: 4; }
#itemDetailPage button.btnPlayTrailer { order: 3; }
#itemDetailPage button.btnPlaystate { order: 5; }
#itemDetailPage button.btnUserRating { order: 6; }
#itemDetailPage button.btnDeleteItem { order: 7; }
#itemDetailPage button.btnMoreCommands { order: 8; }
#itemDetailPage button.btnQueue { order: 9; }
Edited by cochize1
Link to comment
Share on other sites

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