We have a test instance of Lemmy 0.18.2 running with our patches on top ready for testing:

https://test.hexbear.net

Lemmy has been seeing a lot of activity recently, so this release brings with it a lot of changes (some of which we are hoping are going to fix some of the jank y'all have probably been experiencing). You can see the full list of changes here: https://github.com/LemmyNet/lemmy/releases. This is also the release that removes websockets!

Disclaimer: Anything you post will be nuked after we're done testing, nothing is being saved from the test instance.

If you encounter a bug please let us know what happened, how we can reproduce it, and your OS & browser in the comments below. The more detail, the more likely we can fix things!

    • geese_feces [comrade/them, love/loves]
      ·
      1 year ago

      It looks like the issue occurs because Hexbear is full-width while default lemmy has padding on the sides. And on current Hexbear the formatting toolbar is right-aligned so it doesn't happen here.

      One fix would be to edit line 265 of styles.css where .emoji-picker-container is defined and change transform: translateX(-50%); to transform: translateX(-33%);