Search results

  1. nyankochan

    [FIXED][BUG] Dead links to other parts of forums

    I can tell the way the links are done, it is not by post id or whatever you guys had before. So all links that refer to other parts of the forum are dead. There are two options: Change the way links are loaded in posts to point to the right place Change the url for navigating the forums The...
  2. nyankochan

    {DUPLICATE] [REMOVE] [BUG] Profile name size change top right corner

    https://www.anime-planet.com/forum/account/ <-- Huge profile name https://www.anime-planet.com/forum/members/nyankochan.58201/ <-- Tiny profile name. Pretty sure its for all users. Culprit: .navTabs .navTab.selected .navLink { background: transparent; color: #5e5e5e!important...
  3. nyankochan

    [FIXED][SUGGESTION] Padding on mobile

    The padding on mobile is a bit eh. When on mobile you want as much screen space used as possible. Makes it seem to "fit" better. @media (max-width: 800px) .Responsive #content .pageContent { padding-left: 5px; padding-right: 5px; } .sectionMain { padding:0;/*just remove the padding it...
  4. nyankochan

    [FIXED][BUG] Mobile: larger nav buttons.

    Make the buttons larger. People have fat fingers and hitting tiny nav buttons is a pain. Below CSS works. Margin on the buttons also helps. You would propably have to reduce the length of the pagenation. .PageNav a { margin-right: 0; border: 1px solid #D8D8D8; border-radius: 0...
  5. nyankochan

    [Denied][BUG] Mobile shouldn't allow zooming

    Im sure you know what to put and where but here it is anyways: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
Back
Top