igeoorge 26 Posted April 11, 2019 Posted April 11, 2019 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.
Happy2Play 9445 Posted April 11, 2019 Posted April 11, 2019 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 26 Posted April 11, 2019 Author Posted April 11, 2019 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.
Solution Happy2Play 9445 Posted April 11, 2019 Solution Posted April 11, 2019 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. 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; } 1
igeoorge 26 Posted April 11, 2019 Author Posted April 11, 2019 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.
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