diff --git a/frontend/portal/src/assets/layout/_topbar.scss b/frontend/portal/src/assets/layout/_topbar.scss index 3edb402..1644234 100644 --- a/frontend/portal/src/assets/layout/_topbar.scss +++ b/frontend/portal/src/assets/layout/_topbar.scss @@ -70,6 +70,19 @@ color: var(--primary-contrast-color); } + &.layout-topbar-action-text { + width: auto; + height: auto; + border-radius: var(--content-border-radius); + padding: 0.25rem 0.75rem; + justify-content: flex-start; + gap: 0.5rem; + + span { + display: inline; + } + } + &.layout-topbar-user { width: auto; height: auto; diff --git a/frontend/portal/src/layout/AppTopbar.vue b/frontend/portal/src/layout/AppTopbar.vue index 594b5f0..b240984 100644 --- a/frontend/portal/src/layout/AppTopbar.vue +++ b/frontend/portal/src/layout/AppTopbar.vue @@ -102,11 +102,11 @@ onMounted(() => {