aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-30 10:55:31 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-30 10:55:31 -0700
commiteb32af25d43729d0430abb30d91b80dc718b4dcf (patch)
tree129b2699809abd1a8cc29f4c7f80faae7ae9f2d6
parent7ecbb4b3c9435ad75fee29245c6165485dacb892 (diff)
downloadseaweedfs-eb32af25d43729d0430abb30d91b80dc718b4dcf.tar.xz
seaweedfs-eb32af25d43729d0430abb30d91b80dc718b4dcf.zip
make space for the QR code
-rw-r--r--weed/server/filer_ui/templates.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/server/filer_ui/templates.go b/weed/server/filer_ui/templates.go
index f86dde5b1..3f0647119 100644
--- a/weed/server/filer_ui/templates.go
+++ b/weed/server/filer_ui/templates.go
@@ -25,7 +25,7 @@ var StatusTpl = template.Must(template.New("status").Funcs(funcMap).Parse(`<!DOC
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/seaweedfsstatic/bootstrap/3.3.1/css/bootstrap.min.css">
<style>
-body { padding-bottom: 70px; }
+body { padding-bottom: 128px; }
#drop-area {
border: 1px transparent;
}