Merge pull request 'feat: adjust spacings in the navbar' (!287) from noonereadsthisanywayitodesntreallymatter into main
All checks were successful
Release / Release (push) Successful in 1m22s
Release / Build Backend Image (push) Successful in 26s
Release / Build Frontend Image (push) Successful in 32s

Reviewed-on: #287
Reviewed-by: Jan K9f <jan@kjan.email>
This commit is contained in:
Jan K9f 2025-06-04 10:41:54 +00:00
commit e02f7357f0
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

@ -1,7 +1,7 @@
<nav class="bg-deep-blue-light border-b border-emerald-500/30 shadow-lg">
<div class="max-w-full mx-auto px-6">
<div class="flex justify-between items-center h-16">
<div class="flex items-center space-x-6">
<div class="flex items-center space-x-2">
<a routerLink="/" class="flex items-center space-x-3 group">
<div class="flex flex-col">
<span class="text-xl font-bold text-white"> Trustworthy Casino </span>
@ -20,7 +20,7 @@
</div>
</div>
<div class="hidden md:flex items-center space-x-2">
<div class="hidden md:flex items-center space-x-1">
@if (!isLoggedIn()) {
<button
(click)="showLogin.emit()"
@ -54,7 +54,7 @@
@if (isLoggedIn()) {
<div
class="flex items-center px-4 py-2 bg-slate-700 border border-emerald-500/30 rounded-lg font-medium"
class="flex items-center px-4 py-2 mr-2 bg-slate-700 border border-emerald-500/30 rounded-lg font-medium"
>
<span class="text-emerald-400 text-sm mr-2">Guthaben:</span>
<span