mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Limit user dropdown link to 48px
Bug: T319070 Change-Id: I483e728870c059a1945d3dc4f395f04250b29cc7
This commit is contained in:
parent
2164b6ef95
commit
f94e386f85
|
@ -30,6 +30,13 @@
|
||||||
.mw-list-item {
|
.mw-list-item {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// T319070
|
||||||
|
.mw-portlet-personal {
|
||||||
|
.vector-feature-visual-enhancement-next-enabled & {
|
||||||
|
width: unit( 48 / @font-size-browser / @font-size-user-links, em );
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue