Remove the `vertical-align` from icons again
authorAlexander Ebert <ebert@woltlab.com>
Sun, 14 May 2023 15:04:10 +0000 (17:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 14 May 2023 15:04:10 +0000 (17:04 +0200)
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

index 5c43d89af8027a0672e27db4124d9ca74a32325e..e644485711715a1f7a47da152ef28b1852d51ecb 100644 (file)
@@ -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) {