Keep it simple with lemmy.itjust.works
.
If you get this going or need a hand then let me know.

Jerboa UI adjustments
I have been playing around with the Jerboa UI to make it a bit more usable for my style.
Since I would call some of these UI adjustments significant to the original design and I have used a couple different libraries I don't think I should create a pull request for them but I might need to see.
- Changed the theme to an
amoled dark
style. - Fixed the weird font scalings for comments.
The comment (markdown) text fields were set to scale to x1.3. I am sure this was probably to fix something somewhere but it made the comments way to big for me and restoring it caused no ill effects from what I can tell on my phone. - Fixed the
flash bang
transitions. Optimized for the dark theme. - Activity transitions changed for proof of concept but work pretty well so far for my style.
- Comment cards made significantly more compact.
- Comment toolbar (voting options) are now hidden as they take too much space for my liking. Clicking the comment shows/hides the toolbar.
- Collapsing comment cha

Font sizing for comments
I see we can adjust the font size in the settings, however this doesn't change the font size of comments which is huge.
Am i missing something or is this feature not added yet?
edit I thought I would play with the code base and found what i would consider the issue. Running a local build it is running the way i like so i will refine this into a pull request and submit it.