mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-17 12:43:02 +00:00
96bf1e8276
Have a single template for the UserLinks component, with a single element wrapping all its subcomponents as discussed. Change-Id: I35936a6fa1ba335639ca3f47fd439a3662268fca
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
// This import can be removed when $wgVectorConsolidateUserLinks feature flag is removed.
|
|
|
|
.vector-user-links {
|
|
display: flex;
|
|
}
|