Skip to content

Commit

Permalink
样式
Browse files Browse the repository at this point in the history
  • Loading branch information
PG-Z committed Jul 26, 2024
1 parent defb606 commit 7c969a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.3.0-alpha.3
version=1.3.0
7 changes: 7 additions & 0 deletions templates/assets/dist/css/notes.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,10 @@
color: #999;
}

.block--list {
border-bottom: 2px rgba(0, 0, 0, .05) solid;
padding: 20px 0 15px 0; !important;
position: relative
}


9 changes: 1 addition & 8 deletions templates/moments.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ <h1 class="archive-title"><span>Notes</span></h1>
<div class="block-footer">
By
<th:block th:text="${moment.owner?.displayName}" />
<div class="block-footer-inner">
<time
class="article-date"
itemprop="datePublished"
th:datetime="${#temporals.format(moment.spec.releaseTime, 'MMMM dd yyyy')}"
th:text="${#temporals.format(moment.spec.releaseTime, 'MMMM dd yyyy')}"
></time>
</div>
(<th:block th:text="${#temporals.format(moment.spec.releaseTime, 'MMMM dd yyyy')}" />)
</div>
</article>
</th:block>
Expand Down
2 changes: 1 addition & 1 deletion theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
website: https://aiheiyo.top
settingName: "Summer-Cat-setting"
configMapName: "Summer-Cat-configMap"
version: 1.3.0-alpha.3
version: 1.3.0
require: 2.15.0

0 comments on commit 7c969a1

Please sign in to comment.