mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 20:43:36 +08:00
Responsive fixes
- Make composer absolutely positioned on mobile to work around iOS 8/9 bug - Make search results dropdown appear on mobile closes flarum/core#137
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
.Search {
|
||||
position: relative;
|
||||
}
|
||||
@media @tablet-up {
|
||||
.Search {
|
||||
input:focus, &.active input, .Search-results {
|
||||
@ -11,6 +14,10 @@
|
||||
left: auto;
|
||||
right: 0;
|
||||
|
||||
@media @phone {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
> li > a {
|
||||
white-space: normal;
|
||||
}
|
||||
|
Reference in New Issue
Block a user