1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 17:21:27 +02:00

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

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