1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-25 03:48:10 +02:00

make space for the QR code

This commit is contained in:
Chris Lu 2020-10-30 10:55:31 -07:00
parent 7ecbb4b3c9
commit eb32af25d4

View file

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