mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 00:25:40 +00:00
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;
|
||
|
}
|
||
|
}
|
||
|
}
|