From a67727175bd1fe834c9bd4006086e9fb3dfbcdf7 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 25 Sep 2024 09:36:15 +0800 Subject: [PATCH] * [refac,0.2h] optimize title style. --- module/editor/ui/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/editor/ui/edit.html.php b/module/editor/ui/edit.html.php index 9a72f91892..9d266628ea 100644 --- a/module/editor/ui/edit.html.php +++ b/module/editor/ui/edit.html.php @@ -39,7 +39,7 @@ formPanel ( setClass('heading'), icon('edit'), - $filePath ? span(span(setClass('font-bold'), $lang->editor->filePath), h::code($filePath)) : null + $filePath ? span(span(setClass('font-bold pl-2'), $lang->editor->filePath), h::code($filePath)) : null ), empty($showContent) ? null : div(p(setClass('font-bold'), $lang->editor->sourceFile), div(setID('showContentEditor'))), div(div(setID('fileContentEditor')), input(setID('fileContent'), set::name('fileContent'), set::type('hidden'))),