Merge pull request #577 from chengzhongxue/main

修复页面侧栏样式问题
This commit is contained in:
困困鱼 2023-12-25 09:55:30 +08:00 committed by GitHub
commit fc49f549f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<header class="not-top-img" id="page-header">
<nav th:replace="~{modules/nav :: nav(title = ${singlePage.spec.title})}"></nav>
</header>
<main class="layout hide-aside" id="content-inner">
<main class="layout" th:classappend="${not #strings.isEmpty(theme.config.sidebar.widgetss.pageWidgets) ? '' : 'hide-aside'}" id="content-inner">
<div id="page">
<div id="article-container"
th:class="${ theme.config.code.enable_line || pluginFinder.available('PluginPrismJS') ? 'line-numbers' : ''}"