mirror of
https://github.com/flarum/core.git
synced 2025-08-16 21:34:08 +02:00
More mobile UX improvements
- Reposition the composer when shown - Make preview button scroll the parent frame down - Fix iframe infinite height loop
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
.App {
|
||||
padding-top: 0;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
|
||||
&:before {
|
||||
display: none;
|
||||
@@ -16,6 +17,7 @@
|
||||
}
|
||||
.App-content {
|
||||
border-top: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
.DiscussionPage-nav--embed {
|
||||
@media @tablet-up {
|
||||
@@ -80,4 +82,7 @@
|
||||
right: 0 !important;
|
||||
}
|
||||
}
|
||||
.Composer:not(.minimized) {
|
||||
height: 400px !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user