CarlosLima 150 Posted April 21, 2017 Posted April 21, 2017 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?
Happy2Play 9221 Posted April 21, 2017 Posted April 21, 2017 What code are you using? As it may need updating when things change. 1
CarlosLima 150 Posted April 21, 2017 Author Posted April 21, 2017 (edited) 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 April 21, 2017 by CarlosLima
Happy2Play 9221 Posted April 21, 2017 Posted April 21, 2017 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".
CarlosLima 150 Posted April 22, 2017 Author Posted April 22, 2017 Hi, @@Happy2Play thanks so much thanks so much thanks so much
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