codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
394 stars 68 forks source link

fixed tooltips at tops of post lists #1111

Closed cellio closed 1 year ago

cellio commented 1 year ago

Fixes https://github.com/codidact/qpixel/issues/1109 on:

There is a separate (pre-existing) placement problem on the search page, which I'll record separately.

cellio commented 1 year ago

I've made some changes to all three pages. For search and user posts, the only change is to turn the div into a span around the post count. The category one is more complicated. This is what it currently looks like for an admin:

screenshot

and an anonymous user:

screenshot

This seems to do the right thing when zooming way out. I'm not seeing the even spacing that you saw any more.

I haven't seen the buttons flow to a second line, though some comments I haven't addressed yet suggest I should. Can you review these changes and help me understand the unaddressed comments? Thanks.