From 09882dabc708c670be2a2b162c2c413c444fe7cf Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Tue, 2 Apr 2019 17:50:00 +0200 Subject: [PATCH] show quick search in mobile mode --- src/frontend/app/header/header-right.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/header/header-right.component.html b/src/frontend/app/header/header-right.component.html index f97a64b5c5c..7aacefe8c0c 100644 --- a/src/frontend/app/header/header-right.component.html +++ b/src/frontend/app/header/header-right.component.html @@ -13,7 +13,7 @@ <input #searchHome type="submit" name="submit" value="" style="display:none;"> </form> - <button title="{{lang.quickSearchInfo + ' : '+ lang.quickSearchTarget}}" (click)="showSearchInput()" mat-icon-button *ngIf="!mobileMode && hideSearch" style="opacity:0.5;"> + <button title="{{lang.quickSearchInfo + ' : '+ lang.quickSearchTarget}}" (click)="showSearchInput()" mat-icon-button *ngIf="hideSearch" style="opacity:0.5;"> <mat-icon class="fa fa-search" style="font-size:22px;"></mat-icon> </button> -- GitLab