From 0c721fe016919e368e105142d45efcd4d477757b Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 6 Feb 2019 08:09:13 +0100 Subject: UI: Dashboard tweaks (#5974) - Don't show divider below heatmap when it's hidden via media-query - Make divider between user menu adhere to container width - Remove excessiv margins on heatmap --- templates/user/dashboard/dashboard.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/user/dashboard') diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index c63b47a3dc..d6237b31f2 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -4,7 +4,7 @@
{{template "base/alert" .}}
-
+
{{if .EnableHeatmap}}
@@ -12,8 +12,8 @@
{{.i18n.Tr "user.heatmap.loading"}}
+
-
{{end}} {{template "user/dashboard/feeds" .}}
-- cgit v1.2.3