diff --git a/frontend/src/components/TopNav.vue b/frontend/src/components/TopNav.vue index b8c4648..4493050 100644 --- a/frontend/src/components/TopNav.vue +++ b/frontend/src/components/TopNav.vue @@ -1,9 +1,14 @@ @@ -109,15 +113,21 @@ const health = computed(() => { color: rgb(var(--v-theme-accent)); } +.fc-nav-left { + display: flex; + align-items: center; + gap: 8px; + flex-shrink: 0; +} .fc-health { display: flex; align-items: center; - gap: 6px; flex-shrink: 0; - opacity: 0.8; } -.fc-health__label { - font-size: 0.75rem; - color: rgb(var(--v-theme-on-surface)); +.fc-nav-actions { + display: flex; + align-items: center; + gap: 0.5rem; + flex-shrink: 0; }