From 4f43e935c7d045058646045cd6d88171eae9bf3f Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 29 Jul 2026 16:27:24 +0200 Subject: [PATCH 1/2] fix: keep Font Awesome icons centered in a menu with a title The documented recipe for giving a menu a title is a :before pseudo element on the menu plus a top margin on its first child, to make room for that title. A Font Awesome icon is rendered as an element inside the menu item, so it is the first child of its own
  • . The descendant :first-child selector in that recipe therefore matched every icon too and pushed them all down by the title's height, leaving the icons hanging below their label. The same applied to the