Mooeypoo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/207178

Change subject: Set min- and max-width for Flow board
......................................................................

Set min- and max-width for Flow board

The change to float the Flow board wrapper changed the minimum width
of the board itself. This sets up a min-width and a max-width
depending on the tablet breakpoints.

Change-Id: I70c50f32129c18d0a2cbafb2ddb985618f0469f6
---
M modules/styles/common.less
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/78/207178/1

diff --git a/modules/styles/common.less b/modules/styles/common.less
index 203c816..69fe98a 100644
--- a/modules/styles/common.less
+++ b/modules/styles/common.less
@@ -6,6 +6,8 @@
 .flow-component {
        // This should flip with interface directionality
        float: left;
+       min-width: 400px;
+       width: 100%;
 
        .flow-list {
                list-style: none;
@@ -79,6 +81,10 @@
 }
 
 @media all and (min-width: @wgFlowDeviceWidthTablet) {
+       .flow-component {
+               width: 850px;
+       }
+
        .flow-topic-meta {
                font-size: 1em;
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I70c50f32129c18d0a2cbafb2ddb985618f0469f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>

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

Reply via email to