From 604b1c32166fe686e564a8e9ba9c8bd765f2a87a Mon Sep 17 00:00:00 2001 From: minORC Date: Mon, 25 Mar 2024 11:51:58 -0700 Subject: [PATCH] DBC22-1880: fixed positioning --- src/frontend/src/Components/map/RouteSearch.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/Components/map/RouteSearch.scss b/src/frontend/src/Components/map/RouteSearch.scss index 5997f3471..7e1b64c92 100644 --- a/src/frontend/src/Components/map/RouteSearch.scss +++ b/src/frontend/src/Components/map/RouteSearch.scss @@ -8,7 +8,7 @@ .swap-button{ position: absolute; top: 30px; - right: 0px; + right: 4px; padding: 8px 4px 8px 4px; gap: 6px; color: $Type-Link; @@ -55,6 +55,8 @@ } .rbt-aux { + margin-right: 4px; + .rbt-close { background: none; margin-top: 0;