Display mod files on plugin detail page
This commit is contained in:
21
styles/PluginModList.module.css
Normal file
21
styles/PluginModList.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user