Jump to content

Since 5582.1, Web Client display - My Media (small) still large like My Media


DGMayor

Recommended Posts

DGMayor

Title says it all.  Was fine before last night's .1 update.  I can give a screen shot if you need it, but it's pretty self-explanatory.

Link to comment
Share on other sites

Ian-Highlander

Exactly the issue I came to the forums looking for.

 

The "My Media" icons at the top of the web client home page used to automatically resize so it was one line of smaller icons across the top, but for the last few versions they've been displayed at a set size and as a result "wrap" onto another line which not only looks ugly but is a little annoying to an ocd idiot like me  :lol:

 

Even setting the preferences setting to "My Media(small)" makes no difference whatsoever. Is this a "regression" or a "feature"? Can it go back the way it was please or at least have the small option work if possible. Thanks :)

 

5538c9116affd_Untitled.jpg

Edited by Antitheft2
Link to comment
Share on other sites

Ian-Highlander

Answered my own question after a bit of digging around.

 

homePageSmallBackdropCard class in card.css was set to 25% which if I was only using four cards would be fine, but with five causes the issue. Changed mine to 20% for now and it's fixed the issue for me (for now) as I have five.

 

One happy line of icons again and my ocd can rest.  :lol:

Edited by Antitheft2
Link to comment
Share on other sites

RedStripe

Antitheft2,

 

I set both values to 20% in card.css see below:


@@Media all and (min-width: 600px) {

    .homePageSmallBackdropCard {
        width: 20%;
    }
}

@@Media all and (min-width: 1400px) {

    .homePageSmallBackdropCard {
        width: 20%;
    }
}


1) I refreshed the page...no change.
2) I restarted the server...no change.
3) Got distracted for several hours. Opened MediaBrowser client (note: I had closed the client previously, but server was running all the time)... Viola! the changes appeared!


Two questions:

1) Should both homePageSmallBackdropCard values be changed?
2) How can I force the change to display immediately?


Thanks for help!!

Link to comment
Share on other sites

Ian-Highlander

Changing css is an instant change. Your browser will have been caching it. Clearing the browser cache and refreshing should have done it if the standard CTRL+F5 refresh didn't.

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