Skip to content

Commit

Permalink
fix(SiteCommon/talkPage): styles for DiscussionTools (#1654)
Browse files Browse the repository at this point in the history
* fix(SiteCommon/talkPage): styles for DiscussionTools

* fix selectors
  • Loading branch information
WaitSpringQW authored Jan 10, 2025
1 parent 939c03d commit 13e325f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions dist/SiteCommon/SiteCommon.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/SiteCommon/modules/talkPage.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ span[data-mw-comment-start] {
.discussiontools-ui-replyWidget-margin-left(@i) when (@i > 0) {
.discussiontools-ui-replyWidget-margin-left((@i - 1));

body .mw-parser-output dl:nth-child(@{i}) & {
body .mw-parser-output > dl:nth-child(@{i}) & {
margin-left: (1em - 0.5 * @i);
}
}
Expand Down

0 comments on commit 13e325f

Please sign in to comment.