提交 09ce2f5c 编写于 作者: F Félix Queiruga

Refactor the sectioning of the /manage page

- Use the <section> HTML elements
- Add some spacing between sections to improve readability
上级 b46cfa4b
......@@ -47,7 +47,9 @@ THE SOFTWARE.
</div>
<j:forEach var="category" items="${it.categorizedManagementLinks.entrySet()}">
<section class="manage-page__category">
<h2>${category.key.label}</h2>
<div class="manage-page__row">
<j:forEach var="m" items="${category.value}">
<j:set var="icon" value="${m.iconClassName != null ? m.iconClassName : m.iconFileName}" />
......@@ -92,6 +94,7 @@ THE SOFTWARE.
</j:if>
</j:forEach>
</div>
</section>
</j:forEach>
</l:main-panel>
......
.manage-page__category {
&:not(:last-child) {
margin-bottom: 1.5rem;
}
}
.manage-page__row {
display: block;
display: flex;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册