mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-23 01:27:14 +02:00
Fixing search text position on the navigation bar.
This commit is contained in:
parent
a5b69dd999
commit
f8606df759
@ -9,7 +9,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<ol *ngIf="!isDirectory" class="breadcrumb">
|
||||
<ol *ngIf="!isDirectory" class="mb-0 mt-1 breadcrumb">
|
||||
<li class="active">
|
||||
<ng-container i18n>Searching for:</ng-container>
|
||||
<strong> {{galleryService.content.value?.searchResult?.searchQuery | searchQuery}}</strong>
|
||||
|
Loading…
Reference in New Issue
Block a user