mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 08:43:21 +08:00
fix: composer title positioning incorrect with custom header height (#3502)
This commit is contained in:
parent
bc1d6f9e91
commit
7cd28710bc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user