Reply form skewing to the right and many instance of form can be opened
Good day, thanks for creating a wonderful app.
Although I've been having a little bit of problem with (maybe because I'm not that good with React yet). I noticed whenever the reply button is clicked the formed generated is not centered but skewed to the right, I know this is because of the Media class but I tried editing & nothing works, and also noticed that multiple reply form can be opened.
I'd appreciate if any one can help with this. Thanks.
Hi @charles-co, Thanks.
You can customize the code in the Plugin to match your preferences. React uses a combination of JavaScript and HTML called JSX. I recommend you to read the part of the docs that refer to the JavaScript plugin. Follow the instructions and play with the code. Applying CSS styles to HTML in JSX is slightly different than applying CSS to regular HTML. A Web search on "CSS Styling in JSX" will give you the clues.