💄 Enhance trips button visibility on map

This commit is contained in:
itskovacs 2025-07-25 18:03:25 +02:00
parent 9affc2a1a1
commit dd27111a18

View File

@ -33,8 +33,8 @@
</div> </div>
</div> </div>
<div class="absolute z-30 bottom-2 left-2 p-2 bg-white shadow rounded"> <div class="absolute z-30 top-2 left-2 p-2 bg-white shadow rounded">
<p-button (click)="gotoTrips()" label="Trips" text icon="pi pi-wave-pulse" /> <p-button (click)="gotoTrips()" label="Trips" severity="secondary" text icon="pi pi-bars" />
</div> </div>
@if (viewMarkersList) { @if (viewMarkersList) {