Cleaned up the user menu, extra profile link
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / userMenu.scss
index 606ed69ffa9c097b6f3df5cd6f64169c3c50547a..68ea8c4086d3f2aec85eea3a5a4dec74f87645df 100644 (file)
@@ -258,6 +258,7 @@ body:not(.touch) .userMenuItemMarkAsRead {
 .userMenuFooter {
        border-top: 1px solid var(--border-color);
        padding: 10px;
+       position: relative;
        text-align: center;
 }
 
@@ -268,6 +269,15 @@ body:not(.touch) .userMenuItemMarkAsRead {
                color: inherit;
                text-decoration: underline;
        }
+
+       &::before {
+               bottom: 0;
+               content: "";
+               left: 0;
+               position: absolute;
+               right: 0;
+               top: 0;
+       }
 }
 
 .userMenuContent .ps-scrollbar-y-rail {