mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Followup to 4d1c0b89
Override PinnableElement behaviour at low resolutions.
The media query for the CSS portion of this feature should not include the `screen` portion because that's included in the top-level import in skin.less. Bug: T326364 Change-Id: I1ab0e321dde908982834c92ee428b512218bbe3d
This commit is contained in:
parent
13cc033ab0
commit
0daa4da3c4
|
@ -41,7 +41,7 @@
|
||||||
* Although this is handled in JS, this rule prevents the pinned menu from
|
* Although this is handled in JS, this rule prevents the pinned menu from
|
||||||
* appearing on pageload, at low resolutions, before the JS kicks in.
|
* appearing on pageload, at low resolutions, before the JS kicks in.
|
||||||
*/
|
*/
|
||||||
@media screen and ( max-width: @max-width-tablet ) {
|
@media ( max-width: @max-width-tablet ) {
|
||||||
.vector-pinned-container {
|
.vector-pinned-container {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue