Skip to content

Commit 08220ac

Browse files
authored
Merge pull request #431 from hcjike/dev
优化
2 parents 0dfa2ee + ea9c2ae commit 08220ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/css/style.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3104,6 +3104,11 @@ details[open] > summary::before {
31043104
padding: 0.5rem 0;
31053105
margin: 5px 0 0 5px;
31063106

3107+
&.aplayer-withlrc:empty {
3108+
padding: 0 !important;
3109+
margin: 0 !important;
3110+
}
3111+
31073112
.aplayer-list ol li {
31083113
border-top: 1px solid rgba(180, 180, 180, 0.2) !important;
31093114

templates/common/widget.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77
<th:block th:replace="~{${'/widget/' + sidebar.type} :: widget ( sidebar = ${sidebar}, index = ${index.index})}" />
88
</th:block>
99
</th:block>
10-
<div th:if="${position == 'left'}" class="column-right-shadow is-hidden-desktop">
11-
</div>
1210
</aside>

0 commit comments

Comments
 (0)