mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Add respnsive effect in search input
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
font-size: 25px;
|
||||
align-items: center;
|
||||
}
|
||||
.input-text{
|
||||
width: 100%;
|
||||
}
|
||||
.icon-z{
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user