• Joined on 2022年11月19日
rimu pushed to v1.7.x at rimu/pyfedi 2026年07月11日 03:03:21 +02:00
8ab8f66295 additional css classes in sidebar
rimu pushed to main at rimu/pyfedi 2026年07月11日 03:02:53 +02:00
cfebcf7f19 additional css classes in sidebar
rimu released v1.7.5 at rimu/pyfedi 2026年07月10日 01:20:18 +02:00
rimu pushed tag v1.7.5 to rimu/pyfedi 2026年07月10日 01:20:18 +02:00
rimu commented on issue rimu/pyfedi#1851 2026年07月10日 01:17:50 +02:00
Increase font-size setting doesn't increase certain font-sizes anymore

Yep your rem changes make scaling font sizes work way better, but only when I do my scaling on the root/html element, not the body tag :)

rimu pushed to v1.7.x at rimu/pyfedi 2026年07月10日 01:15:59 +02:00
4b56800021 v1.7.5
d43ff59464 apply font scaling to the root element, not body. fixes #1851
Compare 2 commits »
rimu pushed to main at rimu/pyfedi 2026年07月10日 01:15:20 +02:00
5c0a58fd80 apply font scaling to the root element, not body. fixes #1851
rimu closed issue rimu/pyfedi#1851 2026年07月10日 01:15:19 +02:00
Increase font-size setting doesn't increase certain font-sizes anymore
rimu pushed to v1.7.x at rimu/pyfedi 2026年07月10日 00:28:55 +02:00
5e4becab09 when a post is rejected still mark as read
rimu pushed to main at rimu/pyfedi 2026年07月10日 00:28:32 +02:00
ead7f1ef16 when a post is rejected still mark as read
rimu pushed to v1.7.x at rimu/pyfedi 2026年07月09日 05:36:12 +02:00
0579c66aff limit size of images in comments
rimu pushed to main at rimu/pyfedi 2026年07月09日 05:35:49 +02:00
48c6eb0135 limit size of images in comments
rimu pushed to v1.7.x at rimu/pyfedi 2026年07月09日 00:12:05 +02:00
71f44d8e11 more (content in post body)
rimu pushed to main at rimu/pyfedi 2026年07月09日 00:11:06 +02:00
974cb8cace more (content in post body)
rimu pushed to v1.7.x at rimu/pyfedi 2026年07月08日 12:33:57 +02:00
ae1859d343 fix onboarding - topic selection
rimu pushed to main at rimu/pyfedi 2026年07月08日 12:33:33 +02:00
54e3e0b8a2 fix onboarding - topic selection
rimu commented on issue rimu/pyfedi#1851 2026年07月08日 12:06:32 +02:00
Increase font-size setting doesn't increase certain font-sizes anymore

I think we should remove letter-spacing: -0.2px; from all headings, that wasn't a good idea for any font, really.

rimu released v1.7.4 at rimu/pyfedi 2026年07月08日 12:03:25 +02:00
rimu pushed tag v1.7.4 to rimu/pyfedi 2026年07月08日 12:03:25 +02:00
rimu commented on issue rimu/pyfedi#1851 2026年07月08日 11:58:04 +02:00
Increase font-size setting doesn't increase certain font-sizes anymore

Do you have any idea what's going on here, @travis-jeans