Jump to content

Remove button browser version from mobile


Go to solution Solved by Happy2Play,

Recommended Posts

igeoorge
Posted

Friends, is it possible to remove the items in the red square in the Mobile Browser version?

 

I wish I could just leave the green square items.

 

WhatsApp%2BImage%2B2019-04-11%2Bat%2B15.

Happy2Play
Posted

This should covers mobile and desktop.  Since mobile uses listIconButton and desktop uses button-flat.listTextButton

/*Remove some buttons*/
button.btnFilter.button-flat.listTextButton-autohide.emby-button
button.btnFilter.listIconButton-autohide.paper-icon-button-light
button.btnPlay.button-flat.listTextButton-autohide.emby-button,
button.btnPlay.listIconButton-autohide.paper-icon-button-light,
button.btnShuffle.button-flat.listTextButton-autohide.emby-button,
button.btnShuffle.listIconButton-autohide.paper-icon-button-light,
button.btnSort.button-flat.listTextButton-autohide.emby-button,
button.btnSort.listIconButton-autohide.paper-icon-button-light,
button.btnFilter.button-flat.listTextButton-autohide.emby-button.btnFilterWithBubble,
button.btnFilter.listIconButton-autohide.paper-icon-button-light.btnFilterWithBubble,
button.btnViewSettings.button-flat.listTextButton-autohide.emby-button,
button.btnViewSettings.listIconButton-autohide.paper-icon-button-light {display: none; }

Did a quick check, but not sure if this affects any other areas.

igeoorge
Posted

Friend, almost there. Finally, is it possible to also remove the item in the red frame? You help me a lot. 

 

Thank you for being so generous.

 

WhatsApp_Image_2019-04-11_at_17.26.40.jp

  • Solution
Happy2Play
Posted

Friend, almost there. Finally, is it possible to also remove the item in the red frame? You help me a lot. 

 

Thank you for being so generous.

 

WhatsApp_Image_2019-04-11_at_17.26.40.jp

 

Sorry, looks like I forgot two commas when I added buttons to the top of the code.

 

/*Remove some buttons*/
button.btnFilter.button-flat.listTextButton-autohide.emby-button,
button.btnFilter.listIconButton-autohide.paper-icon-button-light,
button.btnPlay.button-flat.listTextButton-autohide.emby-button,
button.btnPlay.listIconButton-autohide.paper-icon-button-light,
button.btnShuffle.button-flat.listTextButton-autohide.emby-button,
button.btnShuffle.listIconButton-autohide.paper-icon-button-light,
button.btnSort.button-flat.listTextButton-autohide.emby-button,
button.btnSort.listIconButton-autohide.paper-icon-button-light,
button.btnFilter.button-flat.listTextButton-autohide.emby-button.btnFilterWithBubble,
button.btnFilter.listIconButton-autohide.paper-icon-button-light.btnFilterWithBubble,
button.btnViewSettings.button-flat.listTextButton-autohide.emby-button,
button.btnViewSettings.listIconButton-autohide.paper-icon-button-light {display: none; 
button.btnViewSettings.listIconButton-autohide.paper-icon-button-light {display: none; }
  • Like 1
igeoorge
Posted

 

 

Sorry, looks like I forgot two commas when I added buttons to the top of the code.

 

/*Remove some buttons*/
button.btnFilter.button-flat.listTextButton-autohide.emby-button,
button.btnFilter.listIconButton-autohide.paper-icon-button-light,
button.btnPlay.button-flat.listTextButton-autohide.emby-button,
button.btnPlay.listIconButton-autohide.paper-icon-button-light,
button.btnShuffle.button-flat.listTextButton-autohide.emby-button,
button.btnShuffle.listIconButton-autohide.paper-icon-button-light,
button.btnSort.button-flat.listTextButton-autohide.emby-button,
button.btnSort.listIconButton-autohide.paper-icon-button-light,
button.btnFilter.button-flat.listTextButton-autohide.emby-button.btnFilterWithBubble,
button.btnFilter.listIconButton-autohide.paper-icon-button-light.btnFilterWithBubble,
button.btnViewSettings.button-flat.listTextButton-autohide.emby-button,
button.btnViewSettings.listIconButton-autohide.paper-icon-button-light {display: none; 
button.btnViewSettings.listIconButton-autohide.paper-icon-button-light {display: none; }

Once again. You are awesome.

 

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