From 9f8602658527816f2e2899ce05a199363627c927 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 14 May 2023 17:04:10 +0200 Subject: [PATCH] Remove the `vertical-align` from icons again This was added to address #5090, but the root cause of the issue was something else. The added `vertical-align` did workaround the reported problem, but caused smaller icons to be misaligned, in particular 16px class icons where offset towards the top. --- wcfsetup/install/files/style/font-awesome/000-woltlab.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/style/font-awesome/000-woltlab.scss b/wcfsetup/install/files/style/font-awesome/000-woltlab.scss index 5c43d89af8..e644485711 100644 --- a/wcfsetup/install/files/style/font-awesome/000-woltlab.scss +++ b/wcfsetup/install/files/style/font-awesome/000-woltlab.scss @@ -23,7 +23,6 @@ fa-icon { height: var(--icon-size); justify-content: center; pointer-events: none; - vertical-align: text-bottom; width: calc(var(--icon-size) * 1.25); &:not(:upgraded) { -- 2.20.1