0.0.138 scroll search route results
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
--route-number-font-size: 12px;
|
||||
--route-number-margin-top: 5px;
|
||||
|
||||
--from-to-place-data-width: 205px;
|
||||
|
||||
background: var(--route-card-bg);
|
||||
margin: var(--route-card-margin);
|
||||
box-shadow: var(--route-card-box_shadow);
|
||||
@@ -226,6 +228,7 @@
|
||||
}
|
||||
}
|
||||
.from_to_place_data{
|
||||
width: var(--from-to-place-data-width);
|
||||
@media (max-width: 992px) {
|
||||
--big-font-size: 14px;
|
||||
}
|
||||
@@ -271,6 +274,10 @@
|
||||
font-size: var(--big-font-size);
|
||||
font-weight: 800;
|
||||
color: #272424;
|
||||
max-width: calc(100% - 45.3px);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div class="country_code">{{ route.from_city.country.code }}</div>
|
||||
</div>
|
||||
<div class="place_title">
|
||||
{{ route.from_city.name }}/{{ route.from_city.country.name }}
|
||||
{{ route.from_city.name }}
|
||||
</div>
|
||||
</div>
|
||||
{% if route.owner_type == 'mover' %}
|
||||
@@ -53,7 +53,7 @@
|
||||
<div class="country_code">{{ route.to_city.country.code }}</div>
|
||||
</div>
|
||||
<div class="place_title">
|
||||
{{ route.to_city.name }}/{{ route.to_city.country.name }}
|
||||
{{ route.to_city.name }}
|
||||
</div>
|
||||
</div>
|
||||
{% if route.owner_type == 'mover' %}
|
||||
|
||||
Reference in New Issue
Block a user