that link doesn’t go to the image you are showing
Thread Starter
Chuckie
(@ajtruckle)
No. Your colleague needs to login. They are private forums. He has an account.
@ajtruckle
It’s displaying the forum icon in the middle/center. On Forums with short descriptions or on large screens, the alignment looks fine. On forums with long descriptions or devices with small widths, the alignment looks off.
I’ll go back through the past 4 plugin releases and see if an “align: top” got removed or an “align: center” got added somewhere along the way. It’ll be patched in an upcoming release.
In the meantime, this custom CSS will align both the unread and the forum icon to the “top” regardless of screen width or forum description:
/* temporary CSS for forum icon alignment */
li.bbp-forum-info .bsp_thumbnail {
align-items: flex-start;
}
@robin-w – hold off on releasing v5.3.0 until I add this fix to it. 😉
-
This reply was modified 3 years, 4 months ago by
codejp3. Reason: added @mention
-
This reply was modified 3 years, 4 months ago by
codejp3. Reason: added @mention note to plugin author
Thread Starter
Chuckie
(@ajtruckle)
@codejp3 Thanks for the explanation. I updating with custom CSS and it is OK. I will remove my CSS when v5.3.0 comes out in due course.
@robin-w – This is patched. I couldn’t find any changes related the image alignment. In /css/styles.php, line 3163, changed:
align-items: center;
to:
align-items: flex-start;
The rest of 5.3.0 is the plugin update / auto-generation tweaks for multisite we discussed.
https://github.com/codejp3/bbp-style-pack/archive/refs/heads/pre-pub-5.3.0.zip
@ajtruckle – don’t worry about trying to manually install this one. It’ll be published in the very near future.