It should be possible to search by pressing ENTER

This commit is contained in:
Peter Maquiran
2021-07-08 15:54:03 +01:00
parent c34d7b16d9
commit 7bd87bd725
4 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export class HeaderPage implements OnInit {
let classs, showSearchInput, type;
if(window.innerWidth < 1366) {
classs = 'modal modal-width-100 modal-padding-top'
classs = 'modal modal-width-100'
showSearchInput = true
} else {
classs = 'modal modal-desktop desktop-search'