New: Bulk Delete for Unmapped Files

(cherry picked from commit 71c1edd47c5377bcdeeb68e9cededf122a6ce6b4)
This commit is contained in:
Qstick
2023-01-14 23:31:01 -06:00
committed by Bogdan
parent 9865e92cea
commit cf415e61de
9 changed files with 204 additions and 12 deletions

View File

@@ -20,3 +20,9 @@
flex: 0 0 100px;
}
.checkInput {
composes: input from '~Components/Form/CheckInput.css';
margin-top: 0;
}