diff --git a/app/src/views/private/components/header-bar/header-bar.vue b/app/src/views/private/components/header-bar/header-bar.vue index 0bcc5bd450..04da83ee36 100644 --- a/app/src/views/private/components/header-bar/header-bar.vue +++ b/app/src/views/private/components/header-bar/header-bar.vue @@ -9,7 +9,7 @@
-
+
@@ -116,8 +116,7 @@ export default defineComponent({ .title-container { position: relative; - display: flex; - align-items: center; + display: grid; max-width: calc(100% - 12px - 44px - 120px - 12px - 8px); height: 100%; margin-left: 16px; @@ -138,9 +137,12 @@ export default defineComponent({ } .headline { - position: absolute; + position: relative; top: 2px; - left: 0; + display: flex; + align-items: center; + margin-bottom: -20px; + overflow: hidden; color: var(--foreground-subdued); white-space: nowrap; opacity: 1;