Mobile view and post reply
-
I had this problem too and put this in the custom css. It's kind of hacky but the users in my forum like it better this way:
@media (max-height: 500px) { .composer { position: static; min-height:9em; padding-top:1em; } .composer .write-preview-container { min-height: 5em; } body { margin-bottom:0!important; } }
-
Ok thank you guys. Anyway @EisFrei I'll try that one hoping that can fix the issue.
-
@EisFrei said:
I had this problem too and put this in the custom css. It's kind of hacky but the users in my forum like it better this way:
@media (max-height: 500px) { .composer { position: static; min-height:9em; padding-top:1em; } .composer .write-preview-container { min-height: 5em; } body { margin-bottom:0!important; } }
Static? Interesting.
-
-
Version mobile there are bug.
The most important is- And I can't view the writing area of reply post.
All device have this bug.
The keyboard cover writing area. -
Not as far as I know there's not, I'm using the theme right now on a couple of sites and the widgets appear fine.
As for the mobile composer, I'll see about updating the plugin to use the most recent Lavender composer.
Copyright © 2024 NodeBB | Contributors