mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
Prevent long forum title in mobile drawer from entering viewport
This commit is contained in:
@@ -181,12 +181,10 @@
|
|||||||
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 {
|
||||||
|
Reference in New Issue
Block a user