mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Merge "Follow-up: Apply min-width to collapsed TOC"
This commit is contained in:
commit
635ae993ff
|
@ -62,9 +62,10 @@
|
|||
// Shared collapsed TOC styles, applies across all collapsed cases (header, floating, sticky header)
|
||||
.mixin-toc-collapsed() {
|
||||
margin: 0;
|
||||
// T316056 Remove TOC menu fixed width and apply max-width
|
||||
// T316056 Remove TOC menu fixed width and apply min/max-width
|
||||
// using min() so that the TOC menu doesn't fully cover the text even on small viewports
|
||||
width: auto;
|
||||
min-width: 200px;
|
||||
max-width: ~'min( @{max-width-collapsed-toc}, 75vw )'; // 51em
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue