mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 07:03:00 +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;
|
||||
}
|
||||
.Header-title {
|
||||
border-bottom: 1px solid @header-control-bg;
|
||||
padding: 13px 10px;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
line-height: @header-height-phone - 1;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
.Header-controls {
|
||||
margin-top: 10px;
|
||||
|
||||
|
||||
> li {
|
||||
padding: 0 10px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user