jenkins-bot has submitted this change and it was merged.

Change subject: Use deviceTabletWidth from core
......................................................................


Use deviceTabletWidth from core

Depends-On: Iefce83763da0cbd037a7ff889088b0da820220a0
Bug: T124988
Change-Id: I89c42af2e1f4dd176e32d09b6a3c94cc636b2054
---
M resources/ext.gather.collection.contentOverlay/contentOverlay.less
M resources/ext.gather.styles/collections.less
M resources/ext.gather.styles/lists.less
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Bmansurov: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/ext.gather.collection.contentOverlay/contentOverlay.less 
b/resources/ext.gather.collection.contentOverlay/contentOverlay.less
index 956d8c9..ff155f1 100644
--- a/resources/ext.gather.collection.contentOverlay/contentOverlay.less
+++ b/resources/ext.gather.collection.contentOverlay/contentOverlay.less
@@ -188,7 +188,7 @@
  * Tablet/desktop styles
  */
 
-@media all and (min-width: @wgMFDeviceWidthTablet) {
+@media all and (min-width: @deviceWidthTablet) {
        .overlay.collection-overlay.content-overlay {
                top: @headerHeight * 1.2;
                bottom: @headerHeight * 1.2;
diff --git a/resources/ext.gather.styles/collections.less 
b/resources/ext.gather.styles/collections.less
index 262e9f0..6517ef9 100644
--- a/resources/ext.gather.styles/collections.less
+++ b/resources/ext.gather.styles/collections.less
@@ -260,7 +260,7 @@
 
 // Cards responsive behavior
 @columns: 2;
-@media all and (min-width: @wgMFDeviceWidthTablet) {
+@media all and (min-width: @deviceWidthTablet) {
        .collection-cards {
                -webkit-columns: @columns;
                -moz-columns: @columns;
diff --git a/resources/ext.gather.styles/lists.less 
b/resources/ext.gather.styles/lists.less
index 22a98e3..aec39de 100644
--- a/resources/ext.gather.styles/lists.less
+++ b/resources/ext.gather.styles/lists.less
@@ -59,7 +59,7 @@
  * Tablet/desktop styles
  */
 
-@media all and (min-width: @wgMFDeviceWidthTablet) {
+@media all and (min-width: @deviceWidthTablet) {
        .gather-lists {
 
                ul {

-- 
To view, visit https://gerrit.wikimedia.org/r/268798
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I89c42af2e1f4dd176e32d09b6a3c94cc636b2054
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to