mirror of
https://github.com/flarum/core.git
synced 2025-07-23 17:51:24 +02:00
fix: composer title positioning incorrect with custom header height (#3502)
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user