Jump to content

Question about my custom CSS


tmb4016

Recommended Posts

tmb4016

Since update to 3.2.13.0 the custom css to resize the My Media buttons does not change anything and they have reverted to their ridiculously small size.

 

I was using

 

/* Increase Size of buttons */
div.homePageSection.section0 .smallBackdropCard-scalable {
/*  width: 20%; }

 

 

Not a css expert but how can I find what this may have changed to ?

 

Cheers

Link to comment
Share on other sites

Happy2Play

Here is what I use.

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

There were a few Home screen updates so the code does change over time.

Edited by Happy2Play
Link to comment
Share on other sites

Instead of trying to make them bigger, I would suggest just using the regular my media tiles which will be bigger.

Link to comment
Share on other sites

Happy2Play

Instead of trying to make them bigger, I would suggest just using the regular my media tiles which will be bigger.

 

Sorry they are way to small by default.

 

58fa5bec8b282_default.jpg

  • Like 2
Link to comment
Share on other sites

Happy2Play

@@Luke

 

My Media scales to way small, looks like it is because of the higher resolution.

@[member="Media"] (min-width: 1800px)
.smallBackdropCard-scalable {
    width: 10%;
}

Compared to Next Up

@[member="Media"] (min-width: 1600px)
.backdropCard-scalable {
    width: 20%;
}

or Latest Movies

@[member="Media"] (min-width: 1600px)
.portraitCard-scalable, .smallBackdropCard-scalable {
    width: 12.5%;
}
Link to comment
Share on other sites

PenkethBoy

Since update to 3.2.13.0 the custom css to resize the My Media buttons does not change anything and they have reverted to their ridiculously small size.

 

I was using

 

/* Increase Size of buttons */

div.homePageSection.section0 .smallBackdropCard-scalable {

/*  width: 20%; }

 

 

Not a css expert but how can I find what this may have changed to ?

 

Cheers

change "homepagesection" to "verticalSection" and it will work again just tested in 3.2.13.0

Link to comment
Share on other sites

tmb4016

Great thanks for the info - all working again.

 

Got to agree with Happy2Play. I want My Media to be primary focus not the other levels so standard behavior/size ids just wrong for me.

 

Cheers

Link to comment
Share on other sites

  • 3 months later...
tmb4016

CSS styling for My Media buttons broken again in 3.2.24.0

 

Anybody got the appropriate fix ?

 

Got to say this is very annoying - a) the default size is basically way too small and the updates keep making changes !

Edited by tmb4016
Link to comment
Share on other sites

shorty1483

This is the nature of the game with custom css.

 

I will hijack this thread since I guess it's not worth to open an own one. Luke why did anything I used as custom css regarding the following code stop to work in the last server version 3.2.26.1?

background-theme-b .backgroundContainer.withBackdrop {
bla !important;
bla !important;
bla !important;
}

I always altered the backgorund settings, but in last server version all custom css regarding "background-theme-b .backgroundContainer.withBackdrop" stopped working and is ignored by the server.

Edited by shorty1483
Link to comment
Share on other sites

I will hijack this thread since I guess it's not worth to open an own one. Luke why did anything I used as custom css regarding the following code stop to work in the last server version 3.2.26.1?

background-theme-b .backgroundContainer.withBackdrop {
bla !important;
bla !important;
bla !important;
}

I always altered the backgorund settings, but in last server version all custom css regarding "background-theme-b .backgroundContainer.withBackdrop" stopped working and is ignored by the server.

 

With some internal changes it is now being loaded prior to some of the default css. i'll review to make sure it is always loaded after. thanks.

  • Like 1
Link to comment
Share on other sites

With some internal changes it is now being loaded prior to some of the default css. i'll review to make sure it is always loaded after. thanks.

 

Resolved in beta 3.2.26.2. Thanks.

  • Like 2
Link to comment
Share on other sites

arrbee99

Would anyone know how to fix this

 

.background-theme-b .backgroundContainer.withBackdrop {
    background: rgba(0, 0, 0, .7)!important;
}
 

so its working again so I can see the background posters again please.

 

Am on beta 3.2.26.6.

Link to comment
Share on other sites

shorty1483

Would anyone know how to fix this

 

.background-theme-b .backgroundContainer.withBackdrop {
    background: rgba(0, 0, 0, .7)!important;
}
 

so its working again so I can see the background posters again please.

 

Am on beta 3.2.26.6.

 

I already edited my theme, as far as I remember, you need to remove the .background-theme-b

.backgroundContainer.withBackdrop {
    background: rgba(0, 0, 0, .7)!important;
}
  • Like 4
Link to comment
Share on other sites

arrbee99

 

I already edited my theme, as far as I remember, you need to remove the .background-theme-b

.backgroundContainer.withBackdrop {
    background: rgba(0, 0, 0, .7)!important;
}

 

Thanks very much. Normal service has resumed....

Link to comment
Share on other sites

mgworek

Thanks very much. Normal service has resumed....

 

 

I know this has nothing to do with Emby but just noticed you are in New Zealand. We leave tomorrow for vacation tomorrow. We get into Queenstown on saturday and stay in Wanaka till the following Wednesday. Looking forward to exploring the country.

Link to comment
Share on other sites

arrbee99

I know this has nothing to do with Emby but just noticed you are in New Zealand. We leave tomorrow for vacation tomorrow. We get into Queenstown on saturday and stay in Wanaka till the following Wednesday. Looking forward to exploring the country.

 

Hope you have a great time down in the snow. Am sure we'll get there one day, just spending too much money paying for the house at the moment, plus the kids selfishly expect to be fed and watered. Oh well, that's 3 teenagers for you  :)

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