Is it possible to cut the panel vertically?
-
@sharonyue yes, it is possible. You will have to modify the composer plugin.
-
If you put the following CSS in a userstyle with a plugin like Stylish then the composer will display half and half beside the page content.
@media (min-width: 992px) { .composing body { width: 50vw; padding-bottom: 0 !important; } .composing .composer, .composing .composer.resizable { top: 51px !important; left: 50vw; overflow: hidden; box-shadow: none; border-left: 1px solid #eee; padding-top: 15px; } .composing #panel .container { width: 100%; } .composing .composer .resizer { display: none; } .composing .composer .write-preview-container { flex-direction: column; } .composing .composer .preview-container { max-width: none; margin-top: 15px; } }
-
Thank you PitaJ.
Unfortunately I failed to try your method due to the fact that I can not save my CSS:
Changes not saved all the time
@pitaj Is it possible to modify some file manully? I can log on to the server then modify it.
NodeBB Community (community.nodebb.org)
And looks no body has this problem. I am considering to totally erase nodebb then re-install someday.
Copyright © 2024 NodeBB | Contributors