mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +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 {
|
.normal &:first-child {
|
||||||
|
height: var(--header-height-phone);
|
||||||
margin: calc(~"0px - var(--header-height-phone)") 50px 0;
|
margin: calc(~"0px - var(--header-height-phone)") 50px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -198,6 +199,9 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: var(--header-control-color);
|
color: var(--header-control-color);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user