From 3be63a8dd67f23dac021db97e74be152c754729f Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Sat, 31 Jan 2026 13:45:49 +0000 Subject: [PATCH] Fix placement of support/donate button --- templates/spots.html | 4 ++-- webassets/css/style.css | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/spots.html b/templates/spots.html index d8152ca..75ce492 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -11,13 +11,13 @@
-
+
{% module Template("widgets/run-pause.html", web_ui_options=web_ui_options) %}
{% raw web_ui_options["support-button-html"] %}
-
+
{% module Template("widgets/search.html", web_ui_options=web_ui_options) %} {% module Template("widgets/filters-display-buttons.html", web_ui_options=web_ui_options) %}
diff --git a/webassets/css/style.css b/webassets/css/style.css index 98253a6..c3c5200 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -82,8 +82,6 @@ div.container { input#search { max-width: 12em; - margin-left: 1rem; - margin-right: 1rem; padding-left: 2em; }