New: Edit and Delete Buttons in Indexer Info modal

This commit is contained in:
Qstick
2023-02-26 19:24:34 -06:00
parent 0e2cc7851f
commit d9f2ad0a2b
4 changed files with 54 additions and 2 deletions
@@ -3,3 +3,9 @@
overflow-wrap: break-word;
}
.deleteButton {
composes: button from '~Components/Link/Button.css';
margin-right: auto;
}