From d6fc66c06663388535242ad8def0b77d727e8a56 Mon Sep 17 00:00:00 2001 From: panc Date: Sun, 15 Feb 2026 19:11:43 +0100 Subject: [PATCH] fix: improve alignment of icons in navbar (#11259) Add `flex` or `inline-flex` to the direct parent element of the SVG icon in the navigation bar to make the overall alignment look better. Co-authored-by: 0ko <0ko@noreply.codeberg.org> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11259 Reviewed-by: 0ko <0ko@noreply.codeberg.org> Co-authored-by: panc Co-committed-by: panc --- templates/base/head_navbar.tmpl | 14 +++++++------- web_src/css/modules/navbar.css | 10 ++++++++++ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 0d2884d5d4..e4627451cd 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -14,7 +14,7 @@