Ensure emptyPortlet class cannot hide user links menu

Bug: T28819
Change-Id: Ia477439f28d5a3ac98cfc28385f179ca72946c26
This commit is contained in:
bwang 2021-08-05 12:58:47 -05:00
parent bf68ce9555
commit 7aeda662a5
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@
.vector-user-menu {
height: 100%;
// Override ".emptyPortlet" class to ensure user menu isn't hidden
&.emptyPortlet {
display: block;
}
h3 {
color: transparent; // overrides MediaWiki UI icon
height: 100%;