Add/Remove plugin on plugin sidebar page

This commit is contained in:
2022-08-19 19:37:38 -04:00
parent 735670c163
commit cb0c7922b7
6 changed files with 53 additions and 17 deletions

View File

@@ -33,6 +33,7 @@
border: none;
display: flex;
align-items: center;
cursor: pointer;
}
.plugin-remove:hover {

View File

@@ -2,3 +2,7 @@ h1.name {
line-height: 1.75rem;
word-wrap: break-word;
}
.spacer {
margin-bottom: 12px;
}

View File

@@ -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;
}