0.0.148 routes

This commit is contained in:
SBD
2025-02-04 21:54:27 +03:00
parent 3c08686f21
commit 5801e10f80
2 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,9 @@
grid-template-columns: 30% calc(100% - 30% - 41px);
gap: 41px;
.routes_search_results{
width: calc(100dvw - 40px);
@media (max-width: 1160px) {
width: calc(100dvw - 40px);
}
}
@media (max-width: 800px) {
grid-template-columns: 1fr;

View File

@@ -5,7 +5,7 @@ function searchRoutes (form=undefined) {
let formData = getFormData($search_form);
formData = getFormData($filter_form, formData);
formData.append('owner_type', 'customer');
formData.append('owner_type', 'mover');
let request = new api({
url: '/routes/find_routes/',