+
{{toShortNumber(traveledDistance)}} {{getUnits(traveledDistance)}}
diff --git a/IsraelHiking.Web/src/application/components/route-statistics.component.scss b/IsraelHiking.Web/src/application/components/route-statistics.component.scss
index 4251384fa..6a9f38113 100644
--- a/IsraelHiking.Web/src/application/components/route-statistics.component.scss
+++ b/IsraelHiking.Web/src/application/components/route-statistics.component.scss
@@ -65,31 +65,6 @@ $buttons-margin: 5px;
min-width: unset !important;
}
-.chart-close-button {
- top: $buttons-margin;
- left: $buttons-margin;
-}
-
-.chart-expand-button {
- top: calc(#{$buttons-margin} + #{$button-size});
- left: $buttons-margin;
-}
-
-.chart-more-button {
- top: calc(#{$buttons-margin} + 2 * #{$button-size});
- left: $buttons-margin;
-}
-
-.chart-graph-button {
- bottom: $buttons-margin;
- right: $buttons-margin;
-}
-
-.chart-table-button {
- bottom: calc(#{$buttons-margin} + #{$button-size});
- right: $buttons-margin;
-}
-
.chart-container-tooltip {
top: 20px;
position: absolute
@@ -100,10 +75,6 @@ $buttons-margin: 5px;
}
@media (width <= 550px) {
- .hidden-xs {
- display: none !important
- }
-
.chart-control-container {
width: calc(100vw - 2 * #{$control-border});
height: $container-height-small-screen;
@@ -116,9 +87,4 @@ $buttons-margin: 5px;
.chart-buttons .mat-mdc-button {
padding: 0 !important;
}
-
- .chart-more-button {
- top: calc(#{$buttons-margin} + #{$button-size});
- left: $buttons-margin;
- }
}
diff --git a/IsraelHiking.Web/src/application/components/search.component.html b/IsraelHiking.Web/src/application/components/search.component.html
index f71fdf9d2..956c17450 100644
--- a/IsraelHiking.Web/src/application/components/search.component.html
+++ b/IsraelHiking.Web/src/application/components/search.component.html
@@ -1,6 +1,6 @@