diff --git a/web/src/assets/css/main.css b/web/src/assets/css/main.css index fc5aeb70..22d1cbbc 100644 --- a/web/src/assets/css/main.css +++ b/web/src/assets/css/main.css @@ -10,6 +10,11 @@ body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } +.admin-home { + overflow: hidden; + position: relative; + height: 100vh; +} .admin-home a { text-decoration: none; } @@ -32,10 +37,11 @@ body { /*BaseForm*/ } .admin-home .content-box .content .container { - padding: 30px; + padding: 15px 20px 30px 20px; background: #fff; border: 1px solid #ddd; border-radius: 5px; + margin-bottom: 80px; } .admin-home .content-box .content .container .handle-box { margin-bottom: 20px; diff --git a/web/src/assets/css/main.styl b/web/src/assets/css/main.styl index 1805ade3..d8cb8c08 100644 --- a/web/src/assets/css/main.styl +++ b/web/src/assets/css/main.styl @@ -18,6 +18,10 @@ body { } .admin-home { + overflow hidden + position relative + height 100vh + a { text-decoration: none } @@ -40,10 +44,11 @@ body { box-sizing: border-box; .container { - padding: 30px; + padding: 15px 20px 30px 20px; background: #fff; border: 1px solid #ddd; border-radius: 5px; + margin-bottom 80px .handle-box { margin-bottom: 20px;