feat: delete non empty folders

This commit is contained in:
kodi
2026-03-14 07:48:29 +01:00
parent f092007998
commit d84b3da561
16 changed files with 218 additions and 11 deletions
+4
View File
@@ -656,6 +656,10 @@ button:disabled {
box-shadow: var(--shadow-elevated);
}
.feedback-card {
width: min(440px, calc(100vw - 24px));
}
#upload-modal .popup-card {
max-width: 320px;
padding: 12px 14px;