Add/Remove plugin on plugin sidebar page
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
border: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.plugin-remove:hover {
|
||||
|
||||
@@ -2,3 +2,7 @@ h1.name {
|
||||
line-height: 1.75rem;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
@@ -2,3 +2,11 @@
|
||||
color: red;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.button {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
margin-right: auto;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user