Browse Source

make space for the QR code

pull/1586/head
Chris Lu 4 years ago
parent
commit
eb32af25d4
  1. 2
      weed/server/filer_ui/templates.go

2
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;
}

Loading…
Cancel
Save