OffshoreCorpTalk Scheduled Upgrade and Maintenance on September 25th

Register now
You must login or register to view hidden content on this page.
Thank you for reporting.

Please try now and let me know if it works.
 
Should work now, was a permission issue
 
Reactions: dany
Thank you for bringing this back, it's really a big upgrade to the current inbox system.
 
very good, it's a good feature and makes dealing with mass DM's easy.
 
@JohnLocke would it be possible to fix one more bug?

This What's new is disappearing on desktop browsers with more than 1100px width as you have:
Code:
@media (max-width: 1100px) {
  .p-navgroup-link--whatsnew {
    display: inline-flex;
  }
}

Would it be possible removing this, so that I do not have to scroll all the time to "LATEST POST" to see a link going to the same page?

Your help would be a real time saver!
 
Reactions: Forester
It is not really a BUG but there was a quick fix for it.
 
Reactions: daniels27
@JohnLocke Thank you very much for your fix, it makes my day much easier!

I currently have the sidebar collapsed but there is some extra grey space at the bottom:


Imo, the CSS is this one
Code:
@media (min-width: 900px) {
  .uix_sidebarCollapsed .p-body-sidebar {
    transition: ease-in opacity .2s,ease-in max-height .2s .01s;
    opacity: 0;
    max-height: 0;
  }
}

Would it be possible to add a "display: none;" there?
 
Noted and put on the list.
 
Reactions: daniels27
Register now
You must login or register to view hidden content on this page.