0
OP Regular Newbie Apr 21, 2026 9:09am

Same treatment as yesterday's per-forum header, applied to the top-level /forums page. The action row there had the same ragged-height problem: N new threads rendered as plain btn-warning (44px), Mark all read next to it was btn-sm (36px), and Create Forum (or Log in / Sign up free for guests) also fell through to plain .btn. So every row on this page showed at least two button heights at once.

Fixed in templates/forums/index.php:

  • N new threads → now btn btn-warning btn-sm, same height as Mark all read. Still yellow, still has the fa-circle-exclamation alert icon.
  • Create Forumbtn btn-primary btn-sm with fa-plus. Primary green preserved.
  • Log in (logged-out) → btn btn-outline btn-sm with fa-right-to-bracket, matches the logged-out button on /forums/{slug}.
  • Sign up freebtn btn-primary btn-sm with fa-user-plus.

The wrapper is already display:flex with a gap, so normalizing btn-sm across the row is all it took. No CSS changes.

Log in or register to reply to this thread.