mirror of
https://github.com/flarum/framework.git
synced 2025-02-08 07:44:01 +08:00
Prevent long forum title in mobile drawer from entering viewport
This commit is contained in:
parent
589e903c71
commit
6d69e90662
|
@ -181,17 +181,15 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.Header-title {
|
.Header-title {
|
||||||
border-bottom: 1px solid @header-control-bg;
|
padding: 13px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: @header-height-phone - 1;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.Header-controls {
|
.Header-controls {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
padding: 0 10px 0;
|
padding: 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user