Implement removing fetched plugins

This commit is contained in:
2022-08-19 19:00:10 -04:00
parent 9f86fe1571
commit cd61c29a96
3 changed files with 35 additions and 3 deletions

View File

@@ -14,12 +14,28 @@
margin-bottom: 12px;
}
.plugin-error {
color: #ff0000;
.plugin-row {
display: flex;
align-items: center;
}
.plugin-label {
margin-left: 8px;
margin-right: 4px;
overflow: hidden;
text-overflow: ellipsis;
}
.plugin-remove {
margin-left: auto;
padding: 2px 8px;
background: none;
border: none;
font-size: 14px;
}
.plugin-remove:hover {
color: crimson;
}
.loading {