Add plugin actions on ModData page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -4,7 +4,6 @@
|
||||
}
|
||||
|
||||
.button {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
margin-right: auto;
|
||||
padding-left: 12px;
|
||||
|
||||
Reference in New Issue
Block a user