Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tttol/mrls
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Feb 2, 2023
2 parents b2627e3 + 60aa217 commit ed44533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/static/css/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
}

main {
margin: 1% 5%;
margin: 1% 25%;
}

a:-webkit-any-link {
Expand Down Expand Up @@ -116,7 +116,7 @@ table {
}

.authorBox {
margin-left: auto;
margin-right: 10px;
}

footer {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/templates/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<ul class="mrList">
<li th:each="detailForm : ${infoForm.mrDetailForms}">
<div class="mrBox">
<div class="authorBox">
<img class="authorAvatarImg" th:src="${detailForm.author.avatarUrl}"/>
</div>
<div class="titleBox">
<div class="mrLinkBox">
<a class="mrLink" th:href="${detailForm.webUrl}"
Expand All @@ -35,9 +38,6 @@
HH:mm:ss')}]]
</span>
</div>
<div class="authorBox">
<img class="authorAvatarImg" th:src="${detailForm.author.avatarUrl}"/>
</div>
</div>
</li>
</ul>
Expand Down

0 comments on commit ed44533

Please sign in to comment.