mediawiki-skins-Vector/resources/skins.vector.styles/components/PageTools.less
bwang 8f5b33fee3 Replace 'more' menu with page tools pinnable dropdown
Bug: T317897
Change-Id: Ia94ebc32041bb3c2f86d461b310766b2d14c66a2
2022-11-10 15:33:16 -06:00

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;
}
}
}