jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Mooeypoo: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I5eb3dfca9e33cad9a89f670085cf780ed86ec551
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Mooeypoo <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits