mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 08:35:42 +00:00
8f5b33fee3
Bug: T317897 Change-Id: Ia94ebc32041bb3c2f86d461b310766b2d14c66a2
26 lines
458 B
Plaintext
26 lines
458 B
Plaintext
// Ensure there is only 1 page tools landmark at anytime
|
|
.vector-page-tools-landmark {
|
|
.vector-page-tools-pinned #right-navigation &,
|
|
.vector-page-tools-unpinned .vector-column-end & {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
// Update page tools styles when pinned
|
|
.vector-column-end {
|
|
.vector-dropdown-content {
|
|
padding-left: 45px;
|
|
width: 140px;
|
|
}
|
|
|
|
.vector-menu-content-list {
|
|
margin: 12px 0;
|
|
list-style: none;
|
|
|
|
li {
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|