F
Filamentβ€’10mo 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
abdullafahemOPβ€’6mo ago
Any solution for this problem?
toeknee
toekneeβ€’6mo 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β€’6mo 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
abdullafahemOPβ€’6mo 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β€’6mo 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
abdullafahemOPβ€’6mo ago
From my prespective after I upload the file should not show the dropzone more right?
toeknee
toekneeβ€’6mo ago
Thats what will happen with the above
abdullafahem
abdullafahemOPβ€’6mo ago
Yea you right
Want results from more Discord servers?
Add your server