1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

File Uploads: Added basic validation response formatting

Tested via app-level validation file limit, and then also with nginx
file post limit.
For #4996
This commit is contained in:
Dan Brown
2024-05-18 21:18:15 +01:00
parent 5651d2c43d
commit 72c5141dec
3 changed files with 34 additions and 4 deletions

View File

@@ -321,6 +321,10 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
background-color: var(--color-primary);
transition: width ease-in-out 240ms;
}
.dropzone-file-item-label {
line-height: 1.2;
margin-bottom: .2rem;
}
.dropzone-file-item-label,
.dropzone-file-item-status {
align-items: center;