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:
Ed Sanders 2022-09-02 14:43:19 +01:00
parent 664d5d041a
commit 5c7cf02457
2 changed files with 3 additions and 9 deletions

View file

@ -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;

View file

@ -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;