mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 08:35:42 +00:00
ea07136e73
- Table of contents arrows are now aligned with sticky header search/hamburger - The user menu dropdown now aligns with more and languages button Bug: T321504 Change-Id: If3aed0ac401b0abc80c3ad52806eb85b33d43f06
22 lines
467 B
Plaintext
22 lines
467 B
Plaintext
.vector-page-titlebar {
|
|
display: flex;
|
|
|
|
// Ensure language button or indicators are positioned to the right even when the title is hidden
|
|
justify-content: flex-end;
|
|
// Use box-shadow instead of border to allow border collapsing between titlebar and toolbar
|
|
box-shadow: 0 1px @border-color-base;
|
|
|
|
&-blank {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.firstHeading {
|
|
flex-grow: 1;
|
|
border: 0;
|
|
}
|
|
|
|
.vector-feature-visual-enhancement-next-enabled & {
|
|
align-items: center;
|
|
}
|
|
}
|