Jump to content

Modify Library Settings Page - View


PenkethBoy

Recommended Posts

PenkethBoy

If you have a lot of Libraries the default view in the Library Settings Page auto adjusts up to 6 columns - so if you want more libraries visible then you need to override the default behaviour

 
Add the following to your Dashboard>Settings>custom css 
 
/* ----- Adjust Library Settings Page Card Size ----- */
#mediaLibraryPage .backdropCard-scalable {width:10%;}


/*---- wrap card text - long movie names etc ----*/
div.cardText {white-space: pre-wrap;}

The first allows you to change the width of each library "card" - so 10% gets you 10 columns of libraries per page

The second allows the text below the Library Image to wrap so its still readable - warning this applies across the whole web app not just the Library Settings page

 

Before css applied

5d4ef162dc496_Annotation.png

 

After Css applied

5d4ef17c04829_Annotation1.png

 

 

Adjust the width to your liking :)

  • Like 1
Link to comment
Share on other sites

PenkethBoy

theme - dark and dark for the dashboard

 

BUT - my setup has a lot of css modifications as well

 

so its a long way from standard

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