FriendsOfFlarum / gamification

Add upvotes, downvotes, and ranks to your Flarum Community
https://discuss.flarum.org/d/20671-friendsofflarum-gamification
MIT License
36 stars 17 forks source link

Prevent overlapping `.Post-actions` over `.EventPost` content #103

Closed rob006 closed 10 months ago

rob006 commented 1 year ago

Currently .Post-actions has 100% width also for even posts. This prevents accessing links in post event content, because .Post-actions covers content.

Before:

816b089a

After:

6e8376e8

Confirmed