Merge "UserLinksLegacy: Move layout rule into UserLinks rule"

This commit is contained in:
jenkins-bot 2022-08-04 12:14:43 +00:00 committed by Gerrit Code Review
commit 1a2b6d59a5
2 changed files with 6 additions and 9 deletions

View File

@ -4,6 +4,12 @@
.vector-user-menu-legacy {
li {
font-size: @font-size-nav-personal;
float: left;
margin-left: 0.75em;
// `padding-top` instead of `margin-top` necessary for
// anonymous user icon position below
padding-top: 0.5em;
line-height: @line-height-nav-personal;
}
/* Icon for registered user names & anonymous message */

View File

@ -30,15 +30,6 @@ body {
ul {
padding-left: 10em; /* Keep from overlapping logo */
}
li {
float: left;
margin-left: 0.75em;
// `padding-top` instead of `margin-top` necessary for
// anonymous user icon position below
padding-top: 0.5em;
line-height: @line-height-nav-personal;
}
}
.mw-body,