|
@@ -44,9 +44,16 @@ export default function TopNav() {
|
|
|
</nav>
|
|
</nav>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
+ {/* Actions group (clean separation + consistent spacing) */}
|
|
|
<div className="flex items-center gap-3">
|
|
<div className="flex items-center gap-3">
|
|
|
- <ThemeToggleButton />
|
|
|
|
|
- <SessionIndicator />
|
|
|
|
|
|
|
+ <div className="flex items-center gap-3" aria-label="Aktionen">
|
|
|
|
|
+ <ThemeToggleButton />
|
|
|
|
|
+ <SessionIndicator />
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ {/* Subtle separator between actions and user menu */}
|
|
|
|
|
+ <div className="h-6 w-px bg-border" aria-hidden="true" />
|
|
|
|
|
+
|
|
|
<UserStatus />
|
|
<UserStatus />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|