From 0ece29598cbdefcc8b4406b611fc2416ff15b6bd Mon Sep 17 00:00:00 2001 From: Janne Antikainen Date: Tue, 1 Oct 2024 10:30:05 +0300 Subject: [PATCH] hide backbutton, a little bigger info icon --- app/component/itinerary/NaviStack.js | 4 ++-- app/component/itinerary/navigator.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/component/itinerary/NaviStack.js b/app/component/itinerary/NaviStack.js index ccee22bb87..db21585b0a 100644 --- a/app/component/itinerary/NaviStack.js +++ b/app/component/itinerary/NaviStack.js @@ -29,8 +29,8 @@ const NaviStack = ({ notifications, handleRemove, show }, { intl, config }) => { > diff --git a/app/component/itinerary/navigator.scss b/app/component/itinerary/navigator.scss index 4129a5eaba..55a2025c65 100644 --- a/app/component/itinerary/navigator.scss +++ b/app/component/itinerary/navigator.scss @@ -47,8 +47,8 @@ margin-bottom: 5px; position: fixed; top: 80px; - width: 90%; - margin-left: 5%; + width: 92%; + margin-left: 4%; border-radius: 15px; height: 100px; color: black; @@ -231,7 +231,7 @@ .navi-info-content { display: flex; flex-direction: column; - margin-left: 25px; + margin-left: 15px; span:first-child { font-weight: $font-weight-medium;