Post bug reports here!

Discussion in 'Site Feedback' started by airwreck, Jul 15, 2014.

  1. Friedman

    Friedman Administrator

    Thanks for the feedback! I've reinstated the feature that shows liked chapters on user profiles—just like it was before. Enjoy!
     
    TheLowKing, vyksin and Gambio like this.
  2. ch0mp

    ch0mp Virgin

    Hi, the recent do-over added a fixed margin on the right side, for the menu... to be honest, I don't like it. This is some serious screen real estate lost on mobile. I'm trying to "fix" it using user-css, but for the sake of every mobile user... would you please reconsider that change?
     
  3. Friedman

    Friedman Administrator

    Thanks for letting me know! When you mention the fixed margin on the right, do you mean the sidebar shown in the screenshot? I want to confirm we’re talking about the same thing before we make any changes. Let me know!

    CleanShot 97@2x.png
     
  4. ch0mp

    ch0mp Virgin

    yes.
     
    Friedman likes this.
  5. ch0mp

    ch0mp Virgin

    works for me:

    .sidebar.collapsed-sidebar {
    display: none;
    }

    .layout-single-column.with-sidebar {
    margin-right: 0;
    }
     
    Friedman likes this.
  6. Friedman

    Friedman Administrator

    I've removed the bar on the side. Let me know if you notice anything else.
     
    ch0mp likes this.