fix(ui): enhance header and post styles with new animations and layout adjustments
这个提交包含在:
+8
-2
@@ -5,10 +5,16 @@
|
||||
>
|
||||
<th:block th:fragment="content">
|
||||
<div class="post">
|
||||
<h1 class="post-title" th:text="${post.spec.title}">Post Title</h1>
|
||||
<h1 class="post-title" th:text="'<' + ${post.spec.title} + '>'">Post Title</h1>
|
||||
<div class="post-meta">
|
||||
<span class="post-date" th:text="${#dates.format(post.spec.publishTime,'yyyy-MM-dd')}"> publishTime </span>
|
||||
<span class="post-author" th:text="${':: '+post.owner.displayName}">:: Author</span>
|
||||
<span class="post-separator">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</span>
|
||||
<span class="post-author" th:text="${post.owner.displayName}">Author</span>
|
||||
</div>
|
||||
<span class="post-tags-inline" th:each="tag : ${post.tags}">
|
||||
<a
|
||||
|
||||
在新议题中引用
屏蔽一个用户