Jump to content

Recommended Posts

Posted

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

Happy2Play
Posted (edited)

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
Posted

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

Happy2Play
Posted

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
Happy2Play
Posted

@@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%;
}
PenkethBoy
Posted

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

Posted

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

  • 3 months later...
Posted (edited)

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
Posted

This is the nature of the game with custom css.

Posted (edited)

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
Posted

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
Posted

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
mgworek
Posted

Version 3.2.26.4 beta seems to me ignoring the css again. My backgrounds are dark again.

Posted

It's not ignoring it, but you may have to adjust to changes.

arrbee99
Posted

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.

Posted

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
arrbee99
Posted

 

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

PenkethBoy
Posted

Thanks

mgworek
Posted

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.

arrbee99
Posted

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  :)

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