EBernhardson has uploaded a new change for review.

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


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, 5 insertions(+), 2 deletions(-)


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

diff --git a/modules/discussion/styles/topic.less 
b/modules/discussion/styles/topic.less
index c551153..edaadfb 100644
--- a/modules/discussion/styles/topic.less
+++ b/modules/discussion/styles/topic.less
@@ -2,8 +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-topic-moderated {
                .flow-topic-children-container {
                        display: none
@@ -43,7 +47,6 @@
                text-align: left;
                display: block;
                padding: 24px 22px;
-               margin-bottom: 30px;
                font-weight: normal;
                background: @topic-titlebar-background-color;
 

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

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

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

Reply via email to