F
Filamentβ€’4mo ago
abdullafahem

PDF area height

There is a lot of space with the upload area and currently uploaded file for pdfs. Is there any way i can reduce this.
No description
Solution:
Keep in mind that that extra space acts as a drop zone to upload a new / or more files. If you hide it you will loose that functionality. πŸ™‚
Jump to solution
8 Replies
abdullafahem
abdullafahemβ€’3d ago
Any solution for this problem?
toeknee
toekneeβ€’3d ago
I used some custom css
.filepond--rout.filepond--hopper {
height: 45px !important;
}
.filepond--root .filepond--drop-label {min-height: 2.80em !important;}
.filepond--rout.filepond--hopper {
height: 45px !important;
}
.filepond--root .filepond--drop-label {min-height: 2.80em !important;}
For my single file uploads
Solution
awcodes
awcodesβ€’3d ago
Keep in mind that that extra space acts as a drop zone to upload a new / or more files. If you hide it you will loose that functionality. πŸ™‚
abdullafahem
abdullafahemβ€’2d ago
I appreciate your answer but I don't know in version 2 was the same height now in version 3 is boring with that look πŸ˜†
toeknee
toekneeβ€’2d ago
I thought the dropzone worked ontop of exisitng files too... but not 100% the above wouldn't be good for multi-uploads though.... I added an extra class to a parent and just targetted single selects that way.
abdullafahem
abdullafahemβ€’2d ago
From my prespective after I upload the file should not show the dropzone more right?
toeknee
toekneeβ€’2d ago
Thats what will happen with the above
abdullafahem
abdullafahemβ€’2d ago
Yea you right