From ab9a4fa9a5715043d437b361468f6be8ca3c0219 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:26:55 +0200 Subject: [PATCH] Overlay routing markers without setting position --- app/assets/stylesheets/common.scss | 4 ++++ app/views/layouts/_search.html.erb | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 8447dcad5..7a4b9e40b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -459,6 +459,10 @@ tr.turn { margin-right: .35rem; width: 15px; + &, & + input { + grid-area: 1/1; + } + svg { cursor: move; } diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index 9dd5fd07d..106ff5e17 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -47,8 +47,8 @@
-
-
+
+
@@ -57,8 +57,8 @@
<%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control py-1 px-2 ps-4", :dir => "auto" %>
-
-
+
+
-- 2.47.3