potential PWA search bar zoom in fix
- input font size changed to 1rem PWA's zoom in on input fields that are less than 16px.
This commit is contained in:
parent
e533268a23
commit
5245a3088c
1 changed files with 11 additions and 0 deletions
|
|
@ -126,6 +126,17 @@
|
||||||
|
|
||||||
/* small devices (phones, 650px and down) */
|
/* small devices (phones, 650px and down) */
|
||||||
@media only screen and (max-width:650px) {
|
@media only screen and (max-width:650px) {
|
||||||
|
:host ::ng-deep {
|
||||||
|
.navbar-nav {
|
||||||
|
.nav-item.search {
|
||||||
|
.ng-autocomplete {
|
||||||
|
input {
|
||||||
|
font-size: 1rem !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue