Icon positioning in userMenu corrected
authorCyperghost <olaf_schmitz_1@t-online.de>
Wed, 7 Feb 2024 13:26:30 +0000 (14:26 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Wed, 7 Feb 2024 13:26:30 +0000 (14:26 +0100)
See https://www.woltlab.com/community/thread/304644-icons-userpanel/

wcfsetup/install/files/style/ui/userMenu.scss

index 0cede752690424f905235b661d408c5fec16891d..f279f470585282fdacf6a2eb7a839e6d7cd5a964 100644 (file)
@@ -193,6 +193,11 @@ html:not(.touch) .userMenuItem:hover {
           regular flow, causing it to be ignored for the calculation of the
           `grid-template-rows`. */
        position: absolute;
+
+       :is(fa-brand, fa-icon) {
+               left: -6px;
+               position: relative;
+       }
 }
 
 .userMenuItemContent {