From 4ca4fe5ffec2c4c8afb92b0352b0c8982091bee8 Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Fri, 22 May 2020 08:30:06 +0200 Subject: [PATCH] Fix mobile layout for upload Upload and file-list tiles appeared side-by-side even on small viewports. Upload and file-list tiles are now full width on small viewports. --- web/fling/src/components/admin/Upload.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/fling/src/components/admin/Upload.jsx b/web/fling/src/components/admin/Upload.jsx index 437243f..a6dfea4 100644 --- a/web/fling/src/components/admin/Upload.jsx +++ b/web/fling/src/components/admin/Upload.jsx @@ -138,9 +138,9 @@ export default function Upload(props) { return( <> dropzone icon + onDragLeave={stopEvent} />
+ onDragLeave={stopEvent}> Drop now!
@@ -149,8 +149,8 @@ export default function Upload(props) { return( <> dropzone icon -
+ onDragLeave={stopEvent} /> +
Click or Drop
@@ -162,21 +162,21 @@ export default function Upload(props) {
{logFiles()}
-
-
+
{zoneContent(dragging)}
-
+