1
0
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:
Toby Zerner
2015-11-23 10:10:26 +10:30
parent c9401ce150
commit 675412f181
2 changed files with 18 additions and 2 deletions

View File

@@ -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;
}
}