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

Change subject: Spacing between consecutive collapsed topic cards
......................................................................


Spacing between consecutive collapsed topic cards

Brings the amount of whitespace arround topic cards inline with design

Bug: 56109
Change-Id: I5d58a6cf447867b7017ff1edcbdb5df013f7972d
---
M modules/discussion/styles/topic.less
1 file changed, 7 insertions(+), 4 deletions(-)

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



diff --git a/modules/discussion/styles/topic.less 
b/modules/discussion/styles/topic.less
index c9679a9..59d252b 100644
--- a/modules/discussion/styles/topic.less
+++ b/modules/discussion/styles/topic.less
@@ -2,7 +2,12 @@
 @import 'mediawiki.mixins.less';
 
 .flow-topic-container {
-       padding-bottom: 54px;
+       padding-bottom: 30px;
+
+       .flow-topic-children-container {
+               // This combines with the padding-top: 20px on 
'.flow-post-container .flow-post' for a total 30px gap
+               padding-top: 10px;
+       }
 
        .flow-titlebar {
                position: relative;
@@ -11,7 +16,6 @@
                text-align: left;
                display: block;
                padding: 24px 22px;
-               margin-bottom: 30px;
                font-weight: normal;
                background: @topic-titlebar-background-color;
 
@@ -229,5 +233,4 @@
                color: #777 !important;
                font-weight: bold;
        }
-       
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5d58a6cf447867b7017ff1edcbdb5df013f7972d
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to