fix missing drag-form when dragging file in to browser

This commit is contained in:
chaibiq 2024-04-16 10:59:36 +07:00
parent 8826d86767
commit 41744b43f3
2 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,7 @@ th span.active span {
justify-content: space-between;
}
.form {
.form, .drag-form {
display: none;
background: var(--drag_background);
position: absolute;

View File

@ -59,7 +59,7 @@ pub fn page(
{
div.toolbar_box_group {
@if conf.file_upload {
div.form {
div.drag-form {
div.form_title {
h1 { "Drop your file here to upload it" }
}