Hacker News new | ask | show | jobs
by LordJZ 2748 days ago
This broke the sidebar splitter hide CSS:

``` #sidebar-splitter { display: none } ```

To fix add this: ``` vbox#sidebar-box.chromeclass-extrachrome[src] { border-right: none !important } ```