diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 052c92e..1d73003 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -566,6 +566,7 @@ .menu_buttons.left.open.filters{ max-height: 91vh; top: 0; + left: 0; } .block_w_paging.routes { width: 100%; diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 9cb99bc..bb98b5b 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1020,10 +1020,14 @@ .container_inp_w_abr{ height: 66%; - width: 98%; + width: 100%; position: relative; } +.block-find-route{ + min-height: 695px; +} + .cont-el-form-search-carrier > button{ width: 99%; border-radius: 10px; @@ -1146,7 +1150,7 @@ overflow-y: auto; } .block_w_paging.routes{ - width: 73%; + width: 71%; float: right; } @@ -2384,7 +2388,7 @@ background: #FFFFFF; border-radius: 10px; max-height: 83vh; - left: 0; + left: 19px; padding: 13px; /* position: fixed; */ float: left;