mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 03:09:41 +08:00
1.2.2
This commit is contained in:
parent
d427f2ab5b
commit
0fa9ba562a
@ -4299,6 +4299,10 @@ button.swiper-pagination-bullet {
|
|||||||
.container {
|
.container {
|
||||||
.column-left.top-sticky, .column-right.top-sticky {
|
.column-left.top-sticky, .column-right.top-sticky {
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
|
|
||||||
|
&.fixed {
|
||||||
|
top: 4rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,7 @@
|
|||||||
<aside xmlns:th="https://www.thymeleaf.org"
|
<aside xmlns:th="https://www.thymeleaf.org"
|
||||||
th:fragment="widget (position)"
|
th:fragment="widget (position)"
|
||||||
th:class="'column column-side column-' + ${position} + ' ' + ${position == 'left'?theme.config.basic_style.left_sidebar_sticky:theme.config.basic_style.right_sidebar_sticky} + '-sticky'">
|
th:class="'column column-side column-' + ${position} + ' ' + ${position == 'left'?theme.config.basic_style.left_sidebar_sticky:theme.config.basic_style.right_sidebar_sticky} + '-sticky'"
|
||||||
|
th:classappend="${theme.config.basic_info.header_fixed}? 'fixed'">
|
||||||
<th:block th:each="sidebar :${theme.config.sidebar.sidebar_show}">
|
<th:block th:each="sidebar :${theme.config.sidebar.sidebar_show}">
|
||||||
<th:block th:if="${sidebar.position == position}">
|
<th:block th:if="${sidebar.position == position}">
|
||||||
<th:block th:replace="~{${'/widget/' + sidebar.type} :: widget ( sidebar = ${sidebar})}" />
|
<th:block th:replace="~{${'/widget/' + sidebar.type} :: widget ( sidebar = ${sidebar})}" />
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
settingName: theme-dream2-plus-setting
|
settingName: theme-dream2-plus-setting
|
||||||
configMapName: theme-dream2-plus-configMap
|
configMapName: theme-dream2-plus-configMap
|
||||||
# 版本号
|
# 版本号
|
||||||
version: 1.2.2.000000000025
|
version: 1.2.2.000000000026
|
||||||
# 最低支持的 Halo 版本
|
# 最低支持的 Halo 版本
|
||||||
require: ">=2.12.0"
|
require: ">=2.12.0"
|
||||||
# 许可
|
# 许可
|
||||||
|
Loading…
x
Reference in New Issue
Block a user