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:
Christopher 2025-05-01 01:25:11 -06:00
parent e533268a23
commit 5245a3088c

View file

@ -126,6 +126,17 @@
/* small devices (phones, 650px and down) */
@media only screen and (max-width:650px) {
:host ::ng-deep {
.navbar-nav {
.nav-item.search {
.ng-autocomplete {
input {
font-size: 1rem !important;
}
}
}
}
}
.navbar-nav {
width: 0;
}