Jump to content

CSS help to show search result in rows instead of only 1 row?


tienpro113399

Recommended Posts

tienpro113399

Dear All.

 

My files have very long name and I need my search result could be show per rows instead of only one row. Any solution with CSS can change it?

 

Thanks & Regards

Link to comment
Share on other sites

Happy2Play

You mean this, still a 16 item limit per section.

/*Remove Scroll from Search*/
div.searchResults div.scrollSlider {
 flex-wrap: wrap;
 padding-right: 3%;
 padding-left:3%; }
div.searchResults div.scrollbuttoncontainer.scrollbuttoncontainer-right {display: none; }
Link to comment
Share on other sites

tienpro113399

Thanks, but I still not see the result I want. It still show like normal, nothing change. I want it show look like I access a playlist or folder

 

You mean this, still a 16 item limit per section.

/*Remove Scroll from Search*/
div.searchResults div.scrollSlider {
 flex-wrap: wrap;
 padding-right: 3%;
 padding-left:3%; }
div.searchResults div.scrollbuttoncontainer.scrollbuttoncontainer-right {display: none; }
Link to comment
Share on other sites

Happy2Play

Thanks, but I still not see the result I want. It still show like normal, nothing change. I want it show look like I access a playlist or folder

 

Sorry I don't understand.  That code removes the scroll.

 

Before

5e5fff514e1a6_scroll.jpg

 

After

5e5fff1d65929_noscroll.jpg

Link to comment
Share on other sites

tienpro113399
post-596654-0-76939600-1583377764_thumb.jpg

Sorry for lack of describe. I need they showed like a playlist. Can it?

post-596654-0-76939600-1583377764_thumb.jpg

Edited by tienpro113399
Link to comment
Share on other sites

Happy2Play

No way that I know of to provide a list view in search with css. 

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