From 9ceca8600f6e305d4cd4bfb79e1195df9fe57784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Sat, 1 Jun 2024 09:01:58 +0200 Subject: [PATCH] Index page UI adjustment --- static/css/index.css | 3 +-- static/less/index.less | 3 +-- views/pages/index.gotmpl | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 97b1882..5c0077f 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -103,7 +103,6 @@ label { border-radius: 8px; } .graph { - margin-top: 32px; - padding: 32px; + margin-top: 192px; border-radius: 16px; } diff --git a/static/less/index.less b/static/less/index.less index 7c65786..97eb0bb 100644 --- a/static/less/index.less +++ b/static/less/index.less @@ -1,7 +1,6 @@ @import "theme.less"; .graph { - margin-top: 32px; - padding: 32px; + margin-top: 192px; border-radius: 16px; } diff --git a/views/pages/index.gotmpl b/views/pages/index.gotmpl index 718cc72..a922a56 100644 --- a/views/pages/index.gotmpl +++ b/views/pages/index.gotmpl @@ -9,9 +9,9 @@

SMon

{{ .VERSION }}

-
- -
+
+ +
{{ end }}