mgutijae86 0 Posted July 21, 2020 Share Posted July 21, 2020 Hi, i am new with emby and i have two questions: - How can I modify a CSS file? Where is It? - Is possible to get the library view like Disney+?? Something like the picture Thanks in advance! Link to post Share on other sites
cayars 1666 Posted July 21, 2020 Share Posted July 21, 2020 The CCS you see in this section of the forum isn't a file you modify but code you put into a section of the Web admin. Click the SETTINGS menu option on the left then scroll down on the right and you'll see a big input screen to enter custom CSS. So for example if you were to enter the following code in that box: #pluginTiles div.emby-scrollbuttons-scrollSlider{ flex-wrap: wrap;} Here's a couple of pics to show how this change affects the Plugin Catalog from having to use the scroll right method to showing all plugins on one page. Code from CBers above. Keep in mind that CSS only works in browsers and not Emby Clients. Link to post Share on other sites
mgutijae86 0 Posted July 22, 2020 Author Share Posted July 22, 2020 1 hour ago, cayars said: The CCS you see in this section of the forum isn't a file you modify but code you put into a section of the Web admin. Click the SETTINGS menu option on the left then scroll down on the right and you'll see a big input screen to enter custom CSS. So for example if you were to enter the following code in that box: #pluginTiles div.emby-scrollbuttons-scrollSlider{ flex-wrap: wrap;} Here's a couple of pics to show how this change affects the Plugin Catalog from having to use the scroll right method to showing all plugins on one page. Code from CBers above. Keep in mind that CSS only works in browsers and not Emby Clients. Thanks!! I thougth that CSS works with Emby clients... So there is not way to change emby client screen? Link to post Share on other sites
cayars 1666 Posted July 22, 2020 Share Posted July 22, 2020 Nope Style Sheets are for web only. 1 Link to post Share on other sites
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