Display mod files on plugin detail page

This commit is contained in:
2022-03-14 20:47:26 -04:00
parent e21271f78b
commit 6769b815e7
3 changed files with 167 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
.mod-list {
list-style-type: none;
padding: 0;
}
.mod-list-item {
margin-bottom: 12px;
}
.mod-title {
margin-bottom: 8px;
}
.file-list {
list-style-type: none;
padding-left: 8px;
}
.file-list li {
margin-top: 8px;
}