fix: composer title positioning incorrect with custom header height (#3502)

This commit is contained in:
David Wheatley 2022-07-04 14:28:44 +01:00 committed by GitHub
parent bc1d6f9e91
commit 7cd28710bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);