0.1.348 upd input_list for main page
This commit is contained in:
@@ -116,6 +116,11 @@
|
||||
}
|
||||
@media (max-width: 1180px){
|
||||
|
||||
.input_list.find_route{
|
||||
left: unset;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.handler_curtain_left{
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -1079,10 +1079,11 @@
|
||||
|
||||
|
||||
.input_list.find_route{
|
||||
width: calc(100% - 3px);
|
||||
width: 90%;
|
||||
/*display: block;*/
|
||||
border-radius: 0 0 10px 10px;
|
||||
top: 53px;
|
||||
top: 62px;
|
||||
left: 9px;
|
||||
z-index: 10000;
|
||||
|
||||
}
|
||||
|
||||
@@ -1736,11 +1736,13 @@ div.departure_arrival>div>input{
|
||||
|
||||
|
||||
.input_list::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
width: 10px;
|
||||
|
||||
}
|
||||
.input_list::-webkit-scrollbar-thumb {
|
||||
background-color: #FF613A;
|
||||
border-radius: 20px;
|
||||
border: 3px solid white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user