add file count and directory path info to delete confirm prompt

This commit is contained in:
Xevion
2020-11-03 20:42:35 -06:00
parent ac059565e3
commit 08f91089bc
4 changed files with 10 additions and 0 deletions

View File

@@ -136,3 +136,8 @@ a.card-footer-item:hover {
.delete-icon .icon {
color: #d63b3b;
}
code {
background-color: #bcf6ff;
color: #033343;
}