Thanks for the feedback! I've reinstated the feature that shows liked chapters on user profiles—just like it was before. Enjoy!
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?
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!
works for me: .sidebar.collapsed-sidebar { display: none; } .layout-single-column.with-sidebar { margin-right: 0; }