2024-08-22 00:21:23 +00:00
|
|
|
.vector-column-start {
|
2024-01-09 14:46:11 +00:00
|
|
|
// Aligns the text of the sidebar TOC with the main menu.
|
2024-08-22 00:21:23 +00:00
|
|
|
// The negative margins must be applied here, because .vector-column-start has
|
2024-01-09 14:46:11 +00:00
|
|
|
// contain: paint, which has an effect similar to 'overflow: hidden', and will prevent elements
|
|
|
|
// inside of the panel from being rendered outside of its bounding box, even when they would
|
|
|
|
// be positioned there using absolute positioning, negative margin, transforms, etc.
|
|
|
|
margin-left: -@toc-list-item-padding-start;
|
2024-08-22 00:21:23 +00:00
|
|
|
|
|
|
|
.vector-main-menu-container {
|
|
|
|
margin-left: @toc-list-item-padding-start;
|
|
|
|
}
|
2022-12-20 18:09:01 +00:00
|
|
|
}
|