mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
Merge "Use @width-breakpoint-tablet instead of @deviceWidthTablet"
This commit is contained in:
commit
85f9182fe4
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue