Jump to content

Resize 'My Media' icons


Olywa123

Recommended Posts

Olywa123

Hello CSS guru's,

 

I am looking for a little help please, I would like to use CSS to resize the 'my media' icons (not buttons) as even the 'my media (small)' option I find too big.

 

post-5609-0-19843100-1470347501_thumb.jpg

 

I previously had this working and had all of my 11 icons small enough to fit in a single row - this was using the following code.

div[data-itemtype=UserView],
div[data-itemtype=CollectionFolder],
div[data-type=PlaylistsFolder],
div[data-type=Channel] {width: 9%;} {height: 9%;} 

Something changed in Dev recently and I'm having trouble finding the correct way to resize these. I have had a look through recent CSS threads but struggling to find anything related.

 

Any help would be much appreciated.

Link to comment
Share on other sites

Ben Z

Here is the solution for beta, I don't know if it's working on dev though.

div.homePageSection.section0 div.card.backdropCard.scalableCard.bottomPaddedCard {width: 9% !important;}
  • Like 1
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...