jenkins-bot has submitted this change and it was merged.
Change subject: Add margins when floating thumbnails in mobile view
......................................................................
Add margins when floating thumbnails in mobile view
Improves readability by introducing spacing between thumbnails and
adjacent text.
Change-Id: I8b6aca3521c5f57327c16751798dafb0cc49eb7c
---
M less/common/common.less
1 file changed, 10 insertions(+), 0 deletions(-)
Approvals:
JGonera: Looks good to me, approved
jenkins-bot: Verified
diff --git a/less/common/common.less b/less/common/common.less
index f71f3b0..5f6359c 100644
--- a/less/common/common.less
+++ b/less/common/common.less
@@ -271,5 +271,15 @@
.tright {
float: right;
}
+
+ .thumb {
+ .tleft {
+ margin-right: 0.5em;
+ }
+
+ .tright {
+ margin-left: 0.5em;
+ }
+ }
}
}
--
To view, visit https://gerrit.wikimedia.org/r/98098
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8b6aca3521c5f57327c16751798dafb0cc49eb7c
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: TheDJ <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: TheDJ <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits