Use @width-breakpoint-tablet instead of @deviceWidthTablet

Use the 'mediawiki.ui/variables' module instead of the deprecated
implied global variable.

Bug: T140804
Change-Id: Ib1b2808df2384473bfac47f53a5d25d7c9bbca2b
This commit is contained in:
Timo Tijhof 2018-08-09 17:57:33 +01:00
parent 7e7a3f00bd
commit 7308909be7
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
instead of to the side of it. They also hide the logo, as there's no space
left for it.
*/
@import 'mediawiki.ui/variables';
@media screen and ( max-width: @deviceWidthTablet ) {
@media screen and ( max-width: @width-breakpoint-tablet ) {
#mw-head {
position: static !important; /* stylelint-disable-line declaration-no-important */
margin-top: 0.5em;