From 8776cad538eabae8cf4d6e1e329533314cb9bddf Mon Sep 17 00:00:00 2001 From: WaitSpring Date: Sat, 21 Oct 2023 20:15:32 +0800 Subject: [PATCH] minor fix of format Signed-off-by: WaitSpring --- includes/GongbiTemplate.php | 2 +- resources/content.media-common.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/GongbiTemplate.php b/includes/GongbiTemplate.php index 8d4a281..1096437 100644 --- a/includes/GongbiTemplate.php +++ b/includes/GongbiTemplate.php @@ -142,7 +142,7 @@ class GongbiTemplate extends BaseTemplate $templateData = $this->getSkin()->getTemplateData(); $html = Html::rawElement( 'div', - ['id' => 'content', 'class' => 'mw-body', 'role' => 'main'], + ['id' => 'content', 'class' => 'mw-body', 'role' => 'main'], $this->getSiteNotices() . $this->getIndicators() . $templateData['html-title-heading'] . diff --git a/resources/content.media-common.less b/resources/content.media-common.less index 44587d3..bd3d03f 100644 --- a/resources/content.media-common.less +++ b/resources/content.media-common.less @@ -194,7 +194,7 @@ figure[ typeof~='mw:File/Frame' ] { // However, it's still necessary for thumbs because the magnifying icon is present figure[ typeof~='mw:File/Frame' ] > figcaption:empty { min-height: 0; - padding-bottom: 0.25em; // Accounts for the difference in margin-bottom above + padding-bottom: 0.25em; // Accounts for the difference in margin-bottom above } /**