Jump to content

Activity Stream - Easy UI Enhancement


Jon Matcho

Recommended Posts

The functionality of the Activity Stream filter is great, no complaints, but the resulting output wastes a lot of space in my case.  See the attached screenshot.  I request that the area highlighted in yellow be collapsed/hidden by default (or setable as such in settings somewhere).  I think most users set-and-forget and would appreciate less noise on the page in most cases.

www.canardzone.com/forums 

Thanks,
Jon

IPB Feature Request 2018-07-14_17-42-36.png

Link to comment
Share on other sites

  • 4 months later...

@Jon Matcho add this code to your custom css:

body[data-pagemodule="discover"][data-pagecontroller="streams"] .ipsSpacer_bottom[data-role='streamOverview']{ display: none; }

Before:
image.thumb.png.1ac671c52837f9bd1ab51668c733e9b9.png

After:
image.thumb.png.b889af97f0c9b59144ac5d975ded6167.png

or if you want to delete a little more, you can try:

body[data-pagemodule="discover"][data-pagecontroller="streams"] .ipsSpacer_bottom{ display: none; }

but I'm not sure if it won't brake something

After:
image.thumb.png.578eee2daf8dc6c026816b8648e2fb10.png

It's possible it will not work for some themes.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...