display toast when user adds/removes card

This commit is contained in:
AlecM33
2022-06-11 20:00:21 -04:00
parent f9b8542c92
commit dc22ebd309
5 changed files with 76 additions and 4 deletions

View File

@@ -416,6 +416,11 @@ input[type="number"] {
cursor: pointer;
padding: 5px;
border-radius: 3px;
border: 1px solid transparent;
}
#role-select img:active, #deck-status-container img:active {
border: 1px solid whitesmoke;
}
#role-select img:nth-child(4) {