mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +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 {
|
||||
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