Catrope has uploaded a new change for review.

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

Change subject: Don't hide the legal text on narrow screens for now
......................................................................

Don't hide the legal text on narrow screens for now

This would hide the legal text completely on mobile,
which is probably a bad idea.

Bug: T97371
Change-Id: I5eb3dfca9e33cad9a89f670085cf780ed86ec551
---
M modules/styles/common.less
1 file changed, 2 insertions(+), 4 deletions(-)


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

diff --git a/modules/styles/common.less b/modules/styles/common.less
index 976e96d..7b473bb 100644
--- a/modules/styles/common.less
+++ b/modules/styles/common.less
@@ -195,12 +195,10 @@
 }
 
 .flow-board-header-footer {
-       display: none;
-       // Footer text should only appear in the sidebar
+       margin-top: 2em;
+       font-size: 0.85em;
        @media (min-width: 1165px) {
-               display: block;
                margin-top: 6em;
-               font-size: 0.85em;
        }
 }
 

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

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

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

Reply via email to