diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index 2c3702bd71..f44a64c7eb 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -209,12 +209,13 @@ function more(ev: MouseEvent) { > .post { position: relative; - display: block; width: 100%; height: 40px; color: var(--fgOnAccent); font-weight: bold; text-align: left; + display: flex; + align-items: center; &:before { content: "";