We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bd90b commit 0860566Copy full SHA for 0860566
upupor-web/src/main/resources/templates/content/list.html
@@ -43,7 +43,7 @@
43
</div>
44
<div class="row g-2">
45
<div class="col-lg-3 d-md-none d-none d-xl-block">
46
- <div class="card card-body shadow-sm border-bottom border-2 border-top-0 border-start border-end-0 p-1 my-2">
+ <div class="card card-body shadow-sm border-bottom border-2 border-top-0 border-start border-end-0 p-2 my-2">
47
<div class="fw-normal border-bottom mb-2 text-black-50">分类 <a class="cv-link text-black-50 float-end" th:href="${commonPageIndexDto.currentRootUrl}"><i class="bi bi-balloon"></i>全部</a></div>
48
<div th:if="${#lists.isEmpty(commonPageIndexDto.tagList)}">
49
<div th:include="fragments/index::empty_content"></div>
0 commit comments