feat(core): new navigation bar design

This commit is contained in:
nico.hdr8
2025-10-06 11:07:31 +02:00
parent bcf4201092
commit f25e61be55
3 changed files with 19 additions and 30 deletions

View File

@@ -5,18 +5,16 @@
</span>
</div>
<div class="navigation grid place-items-center">
<p-card class="px-4! py-3!">
<ul>
<li class="relative list-none flex flex-row gap-3">
<a routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }">
{{ 'common.home' | translate }}
</a>
<a routerLink="/about" routerLinkActive="active">
{{ 'common.about' | translate }}
</a>
</li>
</ul>
</p-card>
<ul>
<li class="relative list-none flex flex-row gap-3">
<a routerLink="/" routerLinkActive="active" [routerLinkActiveOptions]="{ exact: true }">
{{ 'common.home' | translate }}
</a>
<a routerLink="/about" routerLinkActive="active">
{{ 'common.about' | translate }}
</a>
</li>
</ul>
</div>
<div class="options flex flex-row gap-[10px] items-center">
@if (themeSwitchService.darkMode()) {