mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Table of contents style tweaks
* Make "X comments" appear on a new line deliberately * Remove parentheses around "X comments" Bug: T309463 Change-Id: I803eee9db59c633f129f15e436242a12bcc627f0
This commit is contained in:
parent
664d5d041a
commit
5c7cf02457
|
@ -82,7 +82,7 @@ class CommentFormatter {
|
|||
|
||||
$summary = Html::element( 'span', [
|
||||
'class' => 'ext-discussiontools-init-sidebar-meta'
|
||||
], wfMessage( 'parentheses', $commentCount )->inLanguage( $lang )->text() );
|
||||
], $commentCount );
|
||||
|
||||
// This also shows up in API action=parse&prop=sections output.
|
||||
$item['html-summary'] = $summary;
|
||||
|
|
|
@ -325,19 +325,13 @@ h1, h2, h3, h4, h5, h6 {
|
|||
display: block;
|
||||
}
|
||||
|
||||
// stylelint-disable-next-line selector-class-pattern
|
||||
.sidebar-toc .sidebar-toc-text {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
// stylelint-disable-next-line selector-class-pattern
|
||||
.sidebar-toc .sidebar-toc-list-item {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.ext-discussiontools-init-sidebar-meta {
|
||||
display: inline;
|
||||
display: block;
|
||||
color: #666;
|
||||
white-space: nowrap;
|
||||
font-size: 0.875em;
|
||||
|
|
Loading…
Reference in a new issue