From aeaf7bba5de2890072f810f0d1fcb10fc56e753b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 2 Sep 2022 07:20:30 +0100 Subject: [PATCH] Move the compact button to the right --- core/templates/base.html | 2 ++ core/templates/wm/widget.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/templates/base.html b/core/templates/base.html index 7bd9dcb..9700299 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -202,6 +202,8 @@ .float-right { float: right; + padding-right: 5px; + padding-left: 5px; } .grid-stack-item:hover .ui-resizable-handle { display: block !important; diff --git a/core/templates/wm/widget.html b/core/templates/wm/widget.html index 738551e..91a4834 100644 --- a/core/templates/wm/widget.html +++ b/core/templates/wm/widget.html @@ -11,7 +11,7 @@ onclick='grid.removeWidget("drilldown-widget-{{ unique }}");'> {% endblock %} {% block heading %} {% endblock %}