1
0
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:
Patrik J. Braun 2022-12-09 23:07:50 +01:00
parent a5b69dd999
commit f8606df759

View File

@ -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>