diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-04-26 08:06:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 08:06:52 +0000 |
commit | 33c5d39737a9b0fb80d5ca50faa762641036f24e (patch) | |
tree | 1f957da22718f5f68f1fd2d359fd4cea47c49eab /data/style.scss | |
parent | Bump deps (diff) | |
parent | Merge branch 'svenstaro:master' into add_CSS (diff) | |
download | miniserve-33c5d39737a9b0fb80d5ca50faa762641036f24e.tar.gz miniserve-33c5d39737a9b0fb80d5ca50faa762641036f24e.zip |
Merge pull request #1390 from chaibiq/add_CSS
fix missing drag-form when dragging file in to browser
Diffstat (limited to 'data/style.scss')
-rw-r--r-- | data/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.scss b/data/style.scss index 37e2239..32d2989 100644 --- a/data/style.scss +++ b/data/style.scss @@ -420,7 +420,7 @@ th span.active span { justify-content: space-between; } -.form { +.form, .drag-form { display: none; background: var(--drag_background); position: absolute; |