From 1b763473d5327d4dfa817cfa3eba88685dc88711 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 30 Sep 2023 02:02:20 +1000 Subject: [PATCH] minor mobile ui improvements --- filed/static/paint.css | 4 +++- filed/templates/index.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/filed/static/paint.css b/filed/static/paint.css index fa2d45c..74ac26c 100644 --- a/filed/static/paint.css +++ b/filed/static/paint.css @@ -157,6 +157,7 @@ p { line-height: 32px; } .mobile-file-upload-btn { + display: block; opacity: 0; height: 0; width: 0; @@ -175,7 +176,8 @@ p { padding: 0; } .mobile-file-upload-btn { - width: fit-content; + width: calc(100% - 24px); + cursor: pointer; height: fit-content; opacity: 1; font-size: initial; diff --git a/filed/templates/index.html b/filed/templates/index.html index bfce114..3860cac 100644 --- a/filed/templates/index.html +++ b/filed/templates/index.html @@ -31,7 +31,7 @@