From 7cd28710bcb4b71f3bd6323f54f03012b0e5fef8 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 4 Jul 2022 14:28:44 +0100 Subject: [PATCH] fix: composer title positioning incorrect with custom header height (#3502) --- framework/core/less/forum/Composer.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/core/less/forum/Composer.less b/framework/core/less/forum/Composer.less index 6b33db4db..af1f5f3c7 100644 --- a/framework/core/less/forum/Composer.less +++ b/framework/core/less/forum/Composer.less @@ -190,6 +190,7 @@ } .normal &:first-child { + height: var(--header-height-phone); margin: calc(~"0px - var(--header-height-phone)") 50px 0; text-align: center; position: relative; @@ -198,6 +199,9 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + display: flex; + align-items: center; + justify-content: center; h3 { color: var(--header-control-color);