Add plugin actions on ModData page

This commit is contained in:
2022-08-20 00:12:10 -04:00
parent 75643f89ae
commit c94eb6a399
5 changed files with 70 additions and 9 deletions

View File

@@ -25,4 +25,28 @@ a.name {
width: 100%;
display: block;
margin-bottom: 4px;
}
.spacer {
margin-bottom: 12px;
}
.plugin-actions {
display: flex;
flex-direction: row;
padding-right: 12px;
padding-left: 12px;
justify-content: space-evenly;
align-items: center;
}
.plugin-link {
flex: 1;
}
.button {
flex: 1;
margin-top: 12px;
margin-bottom: 12px;
margin-right: auto;
}

View File

@@ -4,7 +4,6 @@
}
.button {
margin-top: 12px;
margin-bottom: 12px;
margin-right: auto;
padding-left: 12px;