Add respnsive effect in search input

This commit is contained in:
Peter Maquiran
2021-01-18 10:11:37 +01:00
parent e75b1e9f39
commit ac654811cc
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -19,6 +19,9 @@
font-size: 25px;
align-items: center;
}
.input-text{
width: 100%;
}
.icon-z{
width: 20px;
}
+3 -1
View File
@@ -46,7 +46,9 @@ export class SearchPage implements OnInit {
slidesPerView: 3,
initialSlide: 0,
speed: 400,
height: '100px'
autoHeight: true,
calculateHeight:true,
height: 50
}
constructor(private modalController: ModalController,