Skip to content

v0.8

Latest
Compare
Choose a tag to compare
@huseyinfiliz huseyinfiliz released this 07 Jan 13:31
4aa5b2f

Changelog

  • The CSS code that removes the space between the footer and the forum has been removed by default due to compatibility issues with certain themes. Users can add this code manually through custom CSS if needed:

    @media (max-width: 767.98px) {
      .App-content {
        padding-bottom: 0;
      }
    }
    
    .App {
      padding-bottom: 0;
    }
  • Fixed the clickability issue with social media buttons.

  • Resolved conflicts caused by using the <footer> tag after every post in discussions by completely rewriting the LESS (CSS) code. After updating the extension, make sure to clear the cache.

  • The footer has been removed by default from the Drafts page (on mobile). Please share links to any additional pages where the footer should be removed under this discussion. (Footer is removed from the Drafts, Notifications, and Flags pages.)

  • Mobile Tab Height is now disabled on pages where the footer is hidden. The background color has also been removed.

Full Changelog: v0.7...v0.8-beta