Jump to content

Emby Server - New Version 3.2.13.0


CarlosLima

Recommended Posts

CarlosLima
With the update of Emby Server for the new version, the "My Media" icons have been reduced, even though I use CSS to leave the size I want, it seems that the new version despises the applied CSS code.

 

Is it possible to have the icons in the size I prefer, or will the new version no longer allow this customization?

 

58fa89823b425_Capturar.png

Link to comment
Share on other sites

Happy2Play

What code are you using?  As it may need updating when things change.

  • Like 1
Link to comment
Share on other sites

CarlosLima

Hi, I use these codes

 

/*Delete the text below the main menu "My Media"*/
.homePageSection.section0 .cardTextCentered {display: none;}
 
/* --- Width of main menu width and size of menu images --- */
div.homePageSection.section0 .smallBackdropCard-scalable {
  width: 16.5%; }
 
div.homePageSection.section2 .card {
  width: 10.5%; }
 
 
I removed the code and the result is the same as the image
Edited by CarlosLima
Link to comment
Share on other sites

Happy2Play

Something like this, since the sections are a little different now.

/* My Media Image Size */
#homeTab .smallBackdropCard-scalable {width: 16.5%;}

#homeTab div.verticalSection.section0 .cardTextCentered {display: none;}
#homeTab .backdropCard-scalable {width: 10.5%;}
#homeTab .portraitCard-scalable {width: 10.5%;}

Note this removes cardtextcentered from only My Media section, if you want all text removed then remove "div.verticalSection.section0".

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