Fix dialog margins, add admin-dialog__body/styles, give trash page horizontal margins

This commit is contained in:
Pontoporeia
2026-05-19 18:08:00 +02:00
parent d619d2f116
commit 2cb8d71fe9
29 changed files with 608 additions and 11 deletions

5
.gitignore vendored
View File

@@ -16,6 +16,11 @@ app/storage/logs/admin.log
app/storage/cache/rate_limit/*
!app/storage/cache/rate_limit/.gitkeep
# FilePond tmp uploads + trash (keep .gitkeep)
app/storage/tmp/filepond/*
!app/storage/tmp/filepond/.gitkeep
app/storage/tmp/_trash/*
# Thesis storage (keep .gitkeep)
app/storage/theses/*
!app/storage/theses/.gitkeep